.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: left;
}

.shadetabs li{
display: inline;
margin: 0;
background:url(../../pix/line2.gif) right repeat-y;
width:150px;
padding: 0 10px 0 10px;
}

.shadetabs li a{
text-decoration: none;

margin-right: 3px;
color: #c0c0c0
}

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

.shadetabs li a:hover{
color: #000000;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */

border-bottom-color: white;
color:#000000;
}

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

