.shadetabs{
position: absolute;
height: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
}

.shadetabs li a{
visibility: hidden;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
}

.shadetabs li.selected{
}

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

.shadetabs li.selected a:hover{ /*selected main tab style */
}

.contentstyle{
}