/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{

margin-left: 0;
padding:0 0;
margin-bottom: 0;
font: bold 11px Verdana;
height:16px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;

}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding-top:11px;
padding-bottom:11px;
color: #2d2b2b;
background: Transparent url(shade.gif) top left ;
background-repeat:no-repeat;

}
.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color:White;

}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
background-repeat:no-repeat;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


