/* ######### CSS for Shade Tabs. ######### */

.shadetabs{
padding:0;
margin-left: 0;
margin-right: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana;
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;
z-index: 1;
padding: 5px 0px 5px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
border: 0px;
color:#CCCCCC;
background-image:url(../images/ajaxtopbutton2.jpg);
background-repeat:no-repeat;
}

.shadetabs li a:visited{
text-decoration: none;
}

.shadetabs li a:hover{
text-decoration: none;
color:#FFFFFF;
background-image:url(../images/ajaxtopbutton.jpg);
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
text-decoration: none;
color:#FFFFFF;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image:url(../images/ajaxtopbutton.jpg);
border-bottom-color: black;
text-decoration: none;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
background-image:url(../images/ajaxtopbutton.jpg);
text-decoration: none;
}
.selected{
background-image:url(../images/ajaxtopbutton2.jpg);
border-bottom-color: black;
text-decoration: none;
color:#FFFFFF;
}
