/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 6px 0;
margin-left: 0;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
margin: 0;
display: inline;
}

.shadetabs li a{
	text-decoration: none;
	z-index: 1;
	padding: 7px 30px;
	margin: 0px;
	border: 1px solid #DAD1BE;
	color: #625B4C;
	font-size:9px;
	font-weight: bold;
	text-transform:uppercase;
	background-image: url(shade.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align:center;
}

.shadetabs li a:visited{
color: #000;
}

.shadetabs li a:hover{
	text-decoration: none;
	color: #fff;
	background-image: url(hover.gif);
	background-repeat: repeat-x;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
color:#282e32;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
.tab_content {color:#0000cc;}
.tab_content a {color:#0000cc; text-decoration:none;}
.tab_content a:hover {text-decoration:underline;}