.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 10;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;

/*font-size: 68%;color: rgb(146,154,160);
font-weight: 700;
font-weight: bold;
font-family: Verdana, Arial, Helvetica, sans-serif;*/
border-bottom: 0px solid gray;
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;
border: 0px solid gray;
border-bottom: none;
color: #81898F;
}

.basictab li a:visited{
color: #81898F;
}

.basictab li a:hover, .basictab li a.current{
color: #81898F;
}

.basictab li a:active{
color: #81898F;
}

.tabcontainer{
clear: left;
width:100%; /*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.*/
}

.tabcontent{
margin: 6px;
margin-left: 10;
text-decoration: none;
display:none;
font: 11px Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF;
}