.basictab ul{
margin: 0px;
padding: 0px 0;
width:1036px;
height:80px;
font: bold 10px Verdana;
list-style-type: none;
text-align:center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
	padding:0;
    float:left;
}

.basictab li a{
text-decoration: none;
padding:15px 9px  80px 25px;/*10px 30px  80px 53px */
background:   url(../images/tab_bg.png) no-repeat ;
color: #2d2b2b;
border:0px;

}

.basictab li a:visited{ 
border: none;
outline: none;
}

.basictab li a:hover, .basictab li a.current{
background:   url(../images/tab_hover.png) no-repeat ;
border: none;
outline: none;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
position:relative;
top:-30px;
width:1036px; /*width of 2nd level sub menus*/
height:100px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}

.tabuttons{
	width:1036px;
    position:relative;
	left:30px;
	top:0px;
	margin-top:15px;

}
