/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
font: bold 9px Verdana;
list-style-type: none;
}

.shadetabs li{
display: inline;
width: 84px;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
	background:#ED1C24;
	color:#fff;
}

.shadetabs li a.selected{ /*selected main tab style */
	background:#ED1C24;
	color:#fff;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	background:#ED1C24;
	color:#fff;
}
