.basictab ul{
margin: 3px;
padding: 3px 0;
margin-left: 0;
font: 12px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
background-color: #89CC1C;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
text-decoration: none;
padding: 7px 7px;
margin-right: 0px;
border-bottom: none;
color: #FFFFFF;
height: 2px;
}

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

.basictab li a:hover, .basictab li a.current{
background-color: #52BCE7;
padding: 7px 7px;
color: #FFFFFF;
}

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

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
/*height:10px; height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background-color: #F0F0F0;
}

.tabcontent{
display:none;
}