.basictab ul{
margin: 5px 5px 0px 5px;
padding: 3px 0;
margin-left: 0;
font: normal 14px Verdana;
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: 3px 7px;
margin-right: 3px;
border: 1px solid black;
background-color: #D3AA00;
color: black;
}

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

.basictab li a:hover, .basictab li a.current{
background-color: #999999;
color: black;
font:  bold;
}

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

.tabcontainer{
clear: left;
width:690px; /*width of 2nd level sub menus*/
margin: 5px 25px 0px 25px;
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
background-color: #999999;
border:1px solid black;
overflow-y: auto;
overflow-x: hidden;
}