
/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs
{
padding-top:3px;
padding-bottom:3px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font-family:Verdana;
font-size:12px;
color:#FFFFFF;
list-style-type: none;
height:35px;
background-color:#e4a100;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
list-style-type:none;
margin: 0px;
}
.shadetabs li a{
text-decoration: none;
background:#e4a100;
position: relative;
line-height:35px;
color: #ffffff;
border-right:#ffffff 1px solid;
padding-left:14px;
padding-right:14px;
padding-top:13px;
padding-bottom:12px;
list-style-type:none;
}

.shadetabs li a:visited{
/*color: #2d2b2b;*/
}

.shadetabs li a:hover{
text-decoration: underline;
color: #000000;
background-color:#e46400;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
color: #000000;
background-color:e4a100;
}


/* ######### CSS for Shade Tabs. Remove if not using ######### */


