/* ######### CSS for Shade Tabs ######### */


.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 2px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-stretch: normal;
}

.shadetabs li{
	display: inline;
	margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 0;
	padding: 3px 7px;
	margin-right: 0px;
	border: 1px #cccccc;
	overflow: visible;
	visibility: inherit;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: hidden;
	border-left-style: solid;
	color: #FFFFFF;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li a.selected{ /*selected main tab style */
	position: relative;
	top: 1px;
	color: #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
	background-repeat: no-repeat;
	background-color: #330000;
	border-top-color: #FF3300;
}

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