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

.shadetabs{
	color: #55708A;
	font-size: 11px;
	font-weight: 500;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	padding-top:6px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.shadetabs li{
display: inline;
height:33px;
}

.shadetabs li a{
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
position: relative;
z-index: 1;
padding: 7px 8px 8px 8px;
margin-right: 0px;
color: #36394B;

}

.shadetabs li a:visited{
color:#5A5C78;

}

.shadetabs li a:hover{
text-decoration: none;
color: #FF3300;
text-shadow:0px 1px 3px #FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
background-color:#FFF;
text-decoration:none;
color:#353535;
margin-top:1px;
height:26px;
border-left:#C7C9CF 1px solid;
border-top:#C7C9CF 1px solid;
border-right:#C7C9CF 1px solid;  -moz-box-shadow: 1px -3px 4px #F5F5F5; -webkit-box-shadow: 1px -3px 4px #F5F5F5; box-shadow: 1px -3px 4px #F5F5F5;;
}

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



