/* ######### CSS for Shade Tabs. Remove if not using ######### */

#shadetabs{
	padding:0px;
	display: inline;
	margin: 0px;
	position: absolute;
	height: 20px;
	width: 20px;
}


#shadetabs  a{
	position: relative;
	z-index: 1;
	background-image: url(shade.gif);
	background-repeat: no-repeat;
	text-decoration:none;
}

#shadetabs  a:visited{
color: #B7B7B7;
	text-decoration:none;
}

#shadetabs  a:hover{
text-decoration: none;
text-decoration:none;
}


#shadetabs  a.selected{ /*selected main tab style */
	position: relative;
	background-image: url(shadeactive.gif);
	background-repeat: no-repeat;
}

#shadetabs  a.selected:hover{ /*selected main tab style */
text-decoration: none;
	text-decoration:none;
}

.tabcontent{
display:none;
	margin: 0px;
	padding: 0px;

}

