/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 5px 0;
margin-left: 0;
margin-top: 45px;
margin-bottom: 0;
font: bold 13px Trebuchet MS;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
z-index: 1;
padding: 0px 1px;
margin-right: 10px;
color: #585858;
text-transform: uppercase;
}

.shadetabs li a:visited{
color: #585858;
}

.shadetabs li a:hover{
background-color: #136291;
text-decoration: none;
color: #FFF;
}

.shadetabs li a.selected{ /*selected main tab style */
color: #FFF;
background-color: #136291;
}
.tabcontent{
display:block;
}
#tabcontent {
font: normal 12px Trebuchet MS;
color: #847e64;
}