/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0;
margin-left: 15px;
margin-top: 1px;
margin-bottom: 0;
font-size: 1em;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
width: 110px;
height: 33px;
float: left;
}

.shadetabs li a{
text-decoration: none;
position: relative;
top: 0px;
z-index: 1;
padding: 9px 5px 10px 5px;
margin-right: 3px;
color: #939598;
background-image: url(../images/tab2.jpg);
background-repeat: no-repeat;
display: block;
widh: auto;
}

/*
.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}
*/

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 0px;
color: #000;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/tab1.jpg);
background-repeat: no-repeat;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}