/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
font: bold 6px Verdana;
font-family: Verdana, helvetica, impact, sans-serif;
font-size: 6px;
font-weight:bold;
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
-moz-outline-style: none;
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
font: bold 12px Verdana;
font-weight: bold;
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: black;
background: white url(http://www.manhattanreefs.com/forum/images/gradients/sand.png) top left repeat-x;
border-bottom-color: black;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;

}

.shadetabs li a:visited{
color: black;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: white;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(http://www.manhattanreefs.com/forum/images/gradients/bktest2.png);
border-bottom-color: gray;
color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}
