/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 4px 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font-size: 11px;
font-weight: bold;
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 8px;
margin-right: 3px;
border: 1px solid #cdcdcd;
color: #2f5d8a;
background: #ebf6fc;
top: -1px;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #555555;
}

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

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

.shadetabs li a.selected{ /*selected main tab style */
/*background-image: url(shadeactive.gif);*/
background: white;
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

