.hiddentabs{
padding: 0 0 0 0 0 0;
margin-right: 0px;
margin-top: 10px;
background-color:ffffff;
margin-bottom: 0;
font: 'Trebuchet MS', Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.hiddentabs li{
display: inline;
margin: -2;
}

.shadetabs{
padding: 10px 30px;
margin-right: 18px;
margin-top: 10px;
background-color: #BEC5D2;
margin-bottom: 0;
font: 'Trebuchet MS', Arial, Helvetica, 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: -2;
}

.shadetabs li a{
text-decoration: none;
padding: 10px 20px;
margin-right: 0px;
background-color: #D3DBE9;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 0px;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
background-color: #ffffff;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid #BEC5D2;
width: 540px;
margin-bottom: 1em; padding: 10px;
}
