/* ######### Shade Tabs Main Menu Bar CSS ######### */

.shadetabs{
border-bottom: 1px solid gray;

}

.shadetabs ul{
padding: 0px;
margin-left: 0px;
margin-top: 0px;
font: bold 9px 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: 0px;
font: normal 10px Verdana;
font-weight:bold;
}

.shadetabs li a{

font-size:9px;
text-decoration: none;
padding: 3px 7px;
margin-right: 2px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
z-index:999999999999;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
color: #2d2b2b;
}

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

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

