/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 6px 0px;
margin-left: 15px;
margin-top: 12px;
margin-bottom: 0;
font: bold 11px Verdana;
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: 8px 9px 6px 8px;
margin-right: 1px;
border: 1px solid #e7e5d1;
color: #4A0900;
background: #F7F6F0;
}

.shadetabs li a:visited{
color: #4A0900;
}

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


.shadetabs li a.selected{ /*selected main tab style */
background: #ffffff url(shadeactive.gif) repeat-x;
border-bottom: 1px solid #FBFBF8;
border-top: 3px solid #e7e5d1;
text-decoration: none;
}

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