.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
 font-style: normal;
 color: #000066;
 text-decoration: none;
 text-transform: none;
 list-style-type: disc;
 font-family: arial;
 font-size: 12px;
 margin-top: auto;
 margin-right: auto;
 margin-bottom: auto;
 margin-left: auto;
 font-weight: none;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
font-style: normal;
 color: #FF9933;
 text-decoration: underline;
 text-transform: none;
 list-style-type: disc;
 font-family: arial;
 font-size: 12px;
 margin-top: auto;
 margin-right: auto;
 margin-bottom: auto;
 margin-left: auto;
 font-weight: none;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
 font-style: normal;
 color: #FF9933;
 text-decoration: underline;
 text-transform: none;
 list-style-type: disc;
 font-family: arial;
 font-size: 12px;
 margin-top: auto;
 margin-right: auto;
 margin-bottom: auto;
 margin-left: auto;
 font-weight: bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
font-style: normal;
 color: #000066;
 text-decoration: underline;
 text-transform: none;
 list-style-type: disc;
 font-family: arial;
 font-size: 12px;
 margin-top: auto;
 margin-right: auto;
 margin-bottom: auto;
 margin-left: auto;
 font-weight: bold;
 }

.contentstyle{
border: 0px solid gray;
width: 550px;
margin-bottom: 1em; padding: 10px;
}
