/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 5px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
color:#999999;
text-align: center; /*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-left:15px;
padding-right:15px;
padding-top:2px;
padding-bottom:3px;
margin-right: 3px;
border: 1px solid #778;
color: #FF9900;
}

.shadetabs li a:visited{

color: #666666;
}

.shadetabs li a:hover{
text-decoration: none;
color: #FF9900;
}

.shadetabs li a.selected{ /*selected main tab style */
color:#666666;
position: relative;
}

.shadetabs li a.selected{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
color: #FF9900;
text-decoration: none;
}
