/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs
{
	padding:3px 0;
	margin:0;
	font: 12px arial;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
	display: inline;
	margin: 0;
	padding:0;
	color:#0377e6;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding:8px 20px;
	margin:0px 2px;
	border: 1px solid #323232;
	color: #ff9b00;
	background-color:#000;
	border-bottom:none;
}

.shadetabs li a:visited{
	color: #ff9b00;
}

.shadetabs li a:hover{
	text-decoration: none ;
	color: #ff9b00;
	border: 1px solid #323232;
	border-bottom:none;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-color:#121212;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}




