.basictab ul{
margin:12px 0 0 0;
border-bottom:1px solid #efefef;
font: bold 12px Verdana;
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;
float:left; 
padding-left:1px;
font-weight:bold;
}

.basictab li a:link, .basictab li a:visited{
text-decoration: none;
background:url(../images/inactivetabbg.png) no-repeat;
	height:30px;
	width:110px;
	display:block;
	line-height:30px;
	text-align:center;
	cursor:pointer;	
color: #333;
font-weight:bold;
}


.basictab li a:hover, .basictab li a.current{
background:url(../images/activebg.png) no-repeat;
	height:30px;
	width:110px;
	display:block;
	line-height:30px;
	text-align:center;
	cursor:pointer;	
color: #FFF;
font-weight:bold;
}


.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
/*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
/*padding:12px;*/
padding-top:12px;
height:280px auto;

}