/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
font: 12px arial;
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: 0px 2px;
}

.shadetabs li a:hover{
text-decoration:underline;
}

.shadetabs li a.selected{ /*selected main tab style */
font-weight:700;
position: relative;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: underline;
}