.shadetabs li{
display: inline;
}
.shadetabs li a{
background: white url(shade.gif) top left repeat-x;

}
.shadetabs li a:visited{

}
.shadetabs li a:hover{
text-decoration: underline;
color: #fff;
}
.shadetabs li a.selected{ /*selected main tab style */
position: relative;
color: #565656;
}
.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shade.gif);
}
.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}