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

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px 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  { color: white; text-decoration: none; background-color: #4c423c; background-repeat: repeat-x; background-attachment: scroll; background-position: left top; margin-right: 3px; padding: 3px 7px; position: relative; z-index: 1; border: solid 1px #778 }

.shadetabs li a:visited{
color: white;
}

.shadetabs li a:hover{
color: white;
background-color: #663333;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: #663333;
}

.shadetabs li a.selected { background-color: white; border-bottom: #4c423c }

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

