/* --------------  CSS for TABS ---------------- */

.shadetabs{
margin: 0;
font: bold 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{
margin: 0 1px 0 0;
top: 1px;
display: block;
width: 126px;
text-decoration: none;
position: relative;
float: left;
z-index: 1;
height: 26px;
line-height: 26px;
text-align: center;
color: #2d2b2b;
background: white url(../images/bg-tab-out.gif) no-repeat;
}

.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;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(../images/bg-tab-over.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}