.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
color: #730d08;
background: white;
}


.shadetabs li a:hover{
color: #730d08;
text-decoration: underline;
}

.shadetabs li.selected{
position: relative;
}

.shadetabs li.selected a{ /*selected main tab style */
color: #000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
color: #000;
}

.contentstyle{
border-top: 1px solid #eee;
width: 350px;
height: 150px;
overflow: hidden;
}