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

.shadetabs {
padding: 3px 0;
font: 12px Verdana;
list-style-type: none
}

.shadetabs li {
display: inline;
margin: 0;
}

.shadetabs li a {
text-decoration: none;
padding: 3px 10px;
margin-top: -3px;
border: 1px solid white;
color: #2d2b2b;
background-color: white
} 

.shadetabs li a.selected {
position: relative;
top: 2px;
background-color: #00783b;
padding: 10px 7px;
color: white !important;
font-weight: bold
}