.basictab ul{
margin: 0px;
padding: 3px 0px 10px 0px;
margin-left: 0;
font: 16px Verdana, Arial, Helvetica, sans-serif;
border-bottom: 0px 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{
padding: 3px 7px;
margin-right: 3px;
border-bottom: none;
color: #000;
font-size: 16px;
font-family: Verdana, Arial, Helvetica, sans-serif;
text-transform: uppercase;
}

.basictab li a:visited{
color: #000;
font-size: 16px;
}

.basictab li a:hover, .basictab li a.current{
color: #fff;
font-size: 16px;
}

.basictab li a:active{
color: #fff;
font-size: 16px;
}

.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.*/
}

.tabcontent{
display:none;
padding-left: 9px;
font-size: 12px;
}

.shadow{
filter: DropShadow(Color=white, OffX=1, OffY=1, Positive=1);
}
