.shadetabs{
padding: 0;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
float:right;
background-color: white;
padding: 1px 5px;
margin: 3px 0 0 0;
}

.shadetabs li{
display: inline;
border-right: solid 1px black;
margin: 0;
}

.shadetabs li a{
position: relative;
z-index: 1;
margin-left: 3px;
margin-right: 3px;
font-weight: bold;
color: black;
text-decoration: none;
}

.shadetabs li a:visited{
color: black;
}

.shadetabs li a:hover{
font-weight: bold;
color: black;
text-decoration: underline;
}

.shadetabs li a.selected{ /*selected main tab style */
font-weight: bold;
text-decoration: none;
color: #ff7c00;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
font-weight: bold;
text-decoration: underline;
color: #ff7c00;
}