.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 11px Tahoma, 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{
text-decoration: none;
padding: 2px 2px;
margin-right: 3px;
/* border: 1px solid #778; */
color: #105CB6;
/* background: white url(shade.gif) top left repeat-x; */
}

.shadetabs li a:visited{
color: #105CB6;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #333333;
}

.shadetabs li.selected{
position: relative;
color:#105CB6;
}

.shadetabs li.selected a{ /*selected main tab style */
/* background-image: url(shadeactive.gif); */
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border-top: 1px solid #CEDBF0;
/* height:127px; */
padding-left: 4px; padding-top: 4px; padding-right: 2px; padding-bottom: 4px;
}
