.basictab ul{
	margin: 50px 0px 10px 0;
	padding: 3px 0;
	font: normal 11px Verdana;
	border-bottom: 1px none gray;
	list-style-type: none;
	text-align: left;
	float:right;
	text-transform: none;
}

.basictab li{
	display: inline;
	margin: 0;
	float:right;
	padding-top: 7px; /* added this padding to all sides to help with IE 7 and 8 compatibility mode */
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* the tab menu boxes */
.basictab li a{
	padding: 7px 17px;
	text-decoration: none;
	margin-right: 0px;
	border-bottom: 1px none;
	background-color: #EFA508;
	color: #FFFFFF;
	border-top: 1px none;
	border-left: 1px solid #FFFFFF;
}

.basictab li a:visited{
color: #FFFFFF;
}

.basictab li a:hover, .basictab li a.current{
background-color: #FF6300;
color: #FFFFFF;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
	float:right;
width:95%; /*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{
	/*clear: left;*/
	display:none;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
