/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px arial;
list-style-type: none;
text-align: left;
/*set to left, center, or right to align the menu as desired*/
}

.shadetabs ul{
display: inline;
padding-top:0px;
}

.shadetabs li{
display: inline;
padding:0px
}

.shadetabs li a{
background-image:url(../images/tab.jpg);
background-repeat:repeat-x;
background-color:#999999;
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 20px;
margin-right: 3px;
border: 1px solid #FFFFFF;
color: #3c3c3c;
}

.shadetabs li a:visited{
color: #3c3c3c;
}

.shadetabs li a:hover{
text-decoration: none;
color:#F00;
}



.shadetabs li a:selected{ /*selected main tab style */
border-bottom-color: white;
color: #FFFFFF;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
color:#FFFFFF;
}
.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/selectedtab.jpg);
background-repeat:repeat-x;
color:#FFFFFF;

}