/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding:0;
margin-left:1px;
margin-bottom:5px;
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{
text-decoration: none;
position: relative;
padding:8px 7px 9px 7px;
margin-right: 1px;
color: #FFFFFF;
background:url(../images/nav.jpg);
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;

}

.shadetabs li a:visited{
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}

.shadetabs li a:hover{
background-image:url(../images/nav.jpg);
background-position: -10px -38px;
color:#000;
}

.shadetabs li a.selected, th{ /*selected main tab style */
position: relative;
background-image:url(../images/nav.jpg);
background-position: -10px -42px;
color:#000;
font-family:Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
}


.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}


