.basictab ul{
margin: 21px;
padding: 7px 0;
margin-left: 0;
font: bold 12px Verdana;
border-bottom: 1px solid #CCCCCC;
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: 7px 10px;
margin-right: 3px;
border: 1px solid #CCCCCC;
background-color:#EBEBEB;
color:#5677A9;
}

.basictab li a:visited{
color: #5677A9;
}

.basictab li a:hover, .basictab li a.current{
background-color:#CCCCCC;
color:#666666;
}

.basictab li a:active{
color: black;
}

.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;
font: 9px Verdana;
font-weight:normal;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}
