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

.shadetabs{
	margin-left: 0px;
	margin-bottom: 0px;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	padding-right: 0;
	padding-left: 0;
}

.shadetabs li{
	background-color: white;
	background-image: url(shade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
}

.shadetabs li a{
	text-decoration: none;
	color: #330066;
	background-position: top;
	display: block;
	padding: 5px;
	height: 25px;
}

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

.shadetabs li a:hover{
	text-decoration: underline;
	color: #2d2b2b;
	background: #FFFFCC;

}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

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

