.basictab {
background-color: #000000;
border-bottom: 1px solid white;

}

.basictab a{
color:#FFFFFF;
}

.basictab ul{
margin-bottom: 2px;
padding-top: 6px;
margin-left: 2px;
font: bold 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #FFFFFF;
}

.basictab li a:visited{
color: #FFFFFF;
}

.basictab li a:hover, .basictab li a.current{
background-color: #12A3EB;
border-left: 1px solid white;
border-right: 1px solid white;
border-top: 1px solid white;
border-bottom: none;
color: #FFFFFF;
}

.basictab li a:active{
color: #FFFFFF;
}

.tabcontainer{
clear: both;
float:left;
width:729px;
height:24px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background-color:#12A3EB;
border-bottom: 1px solid white;
}

.tabcontent{
display:none;
color: #FFFFFF;
padding: 3px;
font: normal 12px Arial;
}

.tabcontent a{
color: #FFFFFF;
font: normal 12px Arial;
}
