@charset "iso-8859-1";
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{	
height: 23px;
padding: 0px;
margin: 0px;
list-style-type: none;
float:left;
}

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

.shadetabs li a{
float:left;
height: 23px;
display:inline;
text-decoration: none;
position: relative;
z-index: 1;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 1px;
background-image: url('shade.gif');
background-repeat: no-repeat;
background-position: left top;
}

.shadetabs li a:visited{
color:#FFFFFF;
}

.shadetabs li a:hover{
text-decoration: underline;
color:#FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url('shadeactive.gif');
}

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