/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs_sub{
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
/*
padding: 3px 0;
font: bold 12px Verdana;
*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #4E111C;
	font-weight: normal;
	text-decoration: none;
}

.shadetabs_sub li{
display: inline;
margin: 0;
}

.shadetabs_sub li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 1px;
margin-right: 3px;
color: #2d2b2b;
/*
border: 1px solid #778;
background: white url(shade.gif) top left repeat-x;


*/
}

.shadetabs_sub li a:visited{
color: #2d2b2b;
}

.shadetabs_sub li a:hover{
font-weight: bold;
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs_sub li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs_sub li a.selected{ /*selected main tab style */
font-weight: bold;
/*
border-bottom-color: white;
background-image: url(shadeactive.gif);
*/
}

.shadetabs_sub li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

