/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
	width: auto;
	height:auto;
	float:right;
line-height:15px;
padding:3px 0px 0px 0px;
margin-top:0px;
font-size:10px;
font-weight:bold;
list-style-type:none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index:1;
padding:3px 3px;
 
margin-right:3px;
margin-bottom:-1px;
border-bottom:none;
color:#979796;
}

.shadetabs li a:visited{
	
}

.shadetabs li a:hover{
text-decoration:none;
 
color:#333;
 
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
font-size:12px;
color:#333;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom:1px solid #fff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration:none;
color:#979796;
}

 

 