.shadetabs{
padding: 2px 0;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font: 15px Trebuchet MS, Helvetica, Geneva, Arial, sans-serif;
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;
font: bold;
}

.shadetabs li a{
text-decoration: none;
padding: 2px 10px;
margin-right: -5px;

color: #333333;

}

.shadetabs li a:visited{
color: #333333;
font: bold;
}

.shadetabs li a:hover{
text-decoration: bold;
color: #015F65;
font: bold;
}

.shadetabs li.selected{
color: #000000;
position: relative;
top: -1px;
font: bold;
}

.shadetabs li.selected a{ /*selected main tab style */
background-color: #0A4B75;
border-bottom-color: #0A4B75;
padding: 5px 10px;
color: #ffffff;
font: bold;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{

border: 0px solid #Cccccc;
margin-bottom: 0em; padding: 0px;
background: #0A4B75;
}

