.basictab {
   background: #1A436B;
   margin-top: 1px;
   padding: 0;
}

.basictab ul{
padding: 1px 0 3px 0;
margin: 0;
list-style-type: none;
font-size: 10px;

text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
border-right: 1px solid #FFF;
}

a .last{
   border: none;
}

.basictab li a{
text-decoration: none;
margin: auto 32px;
padding: 3px 0;
color: #FFF;
font-size: 11px;
font-weight: bold;
}

.basictab li a:visited{
color: #FFF;
}

.basictab li a:hover, .basictab li a.current{
color: #CCC;

}

.basictab li a:active{
color: #CCC;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
margin: 6px 20px;
}

.tabcontainer a {
   font-size: 10px;
   color: #555;
   text-decoration: none;
   font-weight: bold;
}

.tabcontainer a:hover {
   text-decoration: underline
}

.tabcontent{
display:none;
}