.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*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: 2px 0px;
margin-right: 0px;
border: 1px solid #fff;
color: #fff;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
border: 1px dotted #fff;
position: relative;
top: -7px;
}

.shadetabs li.selected{
position: relative;
top: -8px;
border: 2px dotted #fff;
border-bottom-width: 0;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: #fff;
border-top-color: #000;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
position: relative;
top: 0px;
text-decoration: none;
}

.contentstyle{
border: 2px dotted #000;
height:80%;
margin-bottom: 1em; padding: 10px;
overflow:auto;
}