.basictab ul{
margin: 1px;
padding: 2px 2;
margin-left: 0;
font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
 
list-style-type: none;
margin-bottom: 2px;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 2px;
}

.basictab li a{
text-decoration: none;
padding: 2px 2px;
margin-right: 0px;
border: 1px solid black;
border-bottom: 1px solid black;
background-color: #336699;
color: #ffffff;
}

.basictab li a:visited{
color: #ffffff;
}

.basictab li a:hover, .basictab li a.current{
background-color: #5091a9;
color: #ffffff;
}

.basictab li a:active{
color: #ffffff;
}

.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{
display:none;
}