.basictab{
	padding: 10px 0px 0px;
	font: bold 11px "Century Gothic";
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	height: 26px;
	text-transform: uppercase;
	background: #880000;
	margin: 0px;
}

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

.basictab li a{
	text-decoration: none;
	color: #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #880000;
	height: 36px;
	padding: 20px 25px 11px;
	width: auto;
}


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

.basictab li a:hover{
	color: black;
	background: #FFCC00;
}

.basictab li a:active{
	color: #000000;
	background: #FFCC00;
}

.basictab li.selected a{ /*selected tab effect*/
	position: relative;
	color: #000000;
	background: #FFCC00;
}


.submenustyle{
	display: none;
	filter:opacity:0.4;filter:alpha(opacity=40);
	background: url(images/nav_bg.jpg) repeat-x;
	height: 40px;
	padding-top: 4px;
	padding-left: 6px;
}

* html .submenustyle{ /*IE only width definition*/
width: 100%;
}

.submenustyle a,.submenustyle a:visited, .submenustyle a:active {
	padding-right: 10px;
	text-decoration: none;
	height: 40px;
	color: #000000;
	font: 10px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}

.submenustyle a:hover{
	color: #900;
	padding-right: 10px;
	text-decoration: underline;
}