/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding:0;
margin: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
color:#643a16;
}
.shadetabs li{
display: block;
margin-bottom:-3.5px;
_margin-bottom:-3px;
color:#643a16;
padding:0;
}

.shadetabs li a{
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
position: relative;
z-index: 1;
margin: 0;
color:#643a16;
font-weight:bold;
}

.shadetabs li a:visited{
color:#643a16;
margin: 0;
}

.shadetabs li a:hover{
text-decoration: underline;
color:#643a16;
margin: 0;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
margin:0;
padding:0;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
background: white url(shade.gif) top left repeat-x;
margin:0;
padding:0;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
margin: 0;
}