.basictab ul{
margin: 1px;
padding: 1px 0;
margin-left: 0;
font: 10px georgia;
border-bottom: none;
list-style-type: none;
text-align: left; /*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: 1px;
border: 1px solid gray;
border-bottom: none;
background-color: #f6ffd5;
color: #6D6D6D;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
	background-color: #FFFFFF;
	color: #000000;
	font-weight:300;
}

.basictab li a:active{
color: black;

}

.tabcontainer{
border: 1px solid gray;
padding: 5px;
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:240px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}