.basictab ul{
clear: right;
	float: right;
	font-size: 12px;
	font-family: Verdana, serif;
	height: 25px;
	list-style: none;
	margin-top: 55px;
	text-shadow: 0.04em 0.00em 0.01em #666666;
	text-transform: uppercase;
	width: 560px;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
clear: none;
	color:#FFFFFF;
	display: inline-block;
	float: left;
	line-height: 21px;
	margin-left: 5px;
	padding: 5px 3px 0px 3px;
	text-align: center;
	text-decoration: none;
	vertical-align: bottom;
	width: 65px;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background: #84c01c url(../images/activeMenuBackground.png) no-repeat;
color: #FFFFFF
}

.basictab li a:active{
background: #84c01c url(../images/activeMenuBackground.png) no-repeat; 
}

.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;
}
