/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	padding: 0px 0;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	vertical-align: top;
}

.shadetabs li{
display: inline;
margin: 0;	
}

.shadetabs li a{
	text-decoration: none;
	position: relative;
	z-index: 1;
	margin-right: 1px;
	border: 0px solid #778;
	color: #000000;
	background-image: url(../siteimg/fulldrop.png);
	padding-top: 10px;
	padding-right: 22px;
	padding-bottom: 20px;
	padding-left: 1px;
	background-repeat: no-repeat;
	background-position: left top;
}

.shadetabs li a:visited{
color: #000000;
}

.shadetabs li a:hover{
text-decoration: none;
color: #F33FB1;
background-image: url(../siteimg/fulldroph.png);
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
background-image: url(../siteimg/fulldroph.png);
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}

.tabcontent{
display:none;
}


