/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
margin-left: 0;
margin-bottom: 0;
font:normal 12px Arial;
list-style-type: none;
text-align: left;
letter-spacing:1px;


float:left;/*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
float:left;
}

.shadetabs li a{
	background-image:url(ytab.gif);
	background-repeat:no-repeat;
	padding:10px 2px 6px 0px;
	width:174px;
	display:block;
	text-align:center;
	text-decoration:none;
    color:#FFF;
}

.shadetabs li a:visited{
color:#FFF;


}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;


}

.shadetabs li a.selected{ /*selected main tab style */
	background-image:url(grey-tab.gif);
	background-repeat:no-repeat;
	padding:10px 2px 6px 0px;
	width:174px;
	display:block;
	text-align:center;
	text-decoration:none;
    color: #333;
}

.shadetabs li a.selected:hover{ /*selected main tab style */



}


