.basictab {
width: 765px;
}

.basictab ul{
margin: 0;
padding:1px 0 2px 0;
font: bold 12px Verdana;
list-style: none;
display:inline;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.tabs{
display:inline-block;
float:left;
width:106px;
text-align:center;
border: 1px solid #000000;
margin:0 1px 0 0;
padding: 10px 0;
}

.endtabs{
display:inline-block;
float:left;
width:109px;
text-align:center;
border: 1px solid #000000;
margin:0;
padding: 10px 0;
}

.basictab li a{
text-decoration: none;
color: #000000;
margin:0;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-color: #DBFF6C;
color: black;
}

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

.basictab li a div{
float:none;
clear:both;
}

.tabcontainer{
clear: left;
text-align:center;
width:763px; /*width of 2nd level sub menus*/
height:30px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background: #9999cc;
border: 1px solid #333399;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin:0;
}

.tabcontent{
display:none;
}