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

.shadetabs{
	padding: 0px 0px;
	margin-left: 2px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	vertical-align: text-top;
	font-weight: bold;
	
}

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

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 8px 35px;
margin-right: 0px;

color: #d4effc;
background: white url(../images2/shade.gif) top left no-repeat;
}

.shadetabs li a:visited{
color: #d4effc;
}

.shadetabs li a:hover{

color: #7de7f1;
}

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

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images2/shadeactive.gif);

}

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

