/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	font: 12px Helvetica, 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;
	height: 30px;

}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	padding: 10px 11px;
	margin-right: 0px;
	border: 1px solid #cccccc;
	color: #2d2b2b;
	height: 30px;
	background: #efefef;	
	
}

.shadetabs li a:visited{
	color: #2d2b2b;
	height: 30px;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #fff;
	height: 30px;
	background: #c31e1e;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 0px;
	background: #fff;
		color: #000;
	
}

.shadetabs li a.selected{ /*selected main tab style */	
	border-bottom-color: white;


	
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}


