.basictab ul{
margin: 0px;
padding: 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 2px solid white;
list-style-type: none;
text-align: center; /*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: 0;
margin-right: 0;
border: 1px solid white;
border-bottom: none;
/*background-color: #336699;*/
color: #2d2b2b;
}

.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;
}

.tabcontainer{
/*text-align: center;*/
clear: right;
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.*/
}

.tabcontent{
display:none;
}