.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: normal 12px Verdana;
border-bottom: 1px solid #E1E2E4;
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{
color: #F3A83F;
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #6cb2e1;
border-bottom: none;
background-color: #27bbff;
}

.basictab li a:visited{
color: #F3A83F;

}

.basictab li a:hover, .basictab li a.current{
background-color: #7fb7dd;
border: 1px solid #b5d8f0;
color: #F3A83F;

}

.basictab li a:active{
color: black;
color: #F3A83F;

}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
 /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}