/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 3px 0;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	padding: 3px 7px;
	margin-right: 3px;
	color: #FFFFFF;
	background: white url(/images/nav/tab_a.gif) top left repeat-x;
	background-position: right;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
	text-decoration: underline;
	color: #990000;
	background-image: url(/images/nav/tab.gif);
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
	color: #900;
	font-weight: bold;
	background-image: url(none);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #FFFFFF;
	border-left-color: #666666;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

