.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
border-top: 0px solid #FF8300; 
border-left: px solid #FF8300; /*#d2c8bf*/
border-right: 0px solid #FF8300;
font: bold 11px Tahoma;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desie75353*/
background: white url(shade.gif) top left repeat-x;
}

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

.shadetabs li a{
text-decoration: none;
padding: 3px 5px;
margin: 0px;
color: #5487d0;
background: white url(shade.gif) top left repeat-x;
}

.leftha{
clear: left;
}

.shadetabs li a:visited{
color: #5487d0;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #e75353; /*#e75353 */
}

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

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

.shadetabs li.selected a:visited{ /*selected main tab style */
color: #e75353;
}

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

.contentstyle{
clear: left;
border: 0px solid #FF8300; /*#d2c8bf */
margin-bottom: 1em; padding: 4px;
}