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

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

.shadetabs li a{
text-decoration: none;
BORDER-RIGHT: #aaccee 1px solid; 
PADDING-RIGHT: 3px; 
BORDER-TOP: #aaccee 1px solid; 
PADDING-LEFT: 3px; 
BACKGROUND: #ebf3fb repeat-x left top; 
PADDING-BOTTOM: 3px; 
BORDER-LEFT: #aaccee 1px solid; 
PADDING-TOP: 3px; 
BORDER-BOTTOM: #aaccee 1px solid;
color:#004177;
font: 12px Arial;
}

.leftha{
clear: left;
}

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

.shadetabs li a:hover{
text-decoration: none;
color: #e75353;
font: bold 12px Arial;
}

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

.shadetabs li.selected a{ /*selected main tab style */
text-decoration: none;
BORDER-RIGHT: #aaccee 1px solid; 
PADDING-RIGHT: 3px; 
BORDER-TOP: #aaccee 1px solid; 
PADDING-LEFT: 3px; 
BACKGROUND: #ffffff repeat-x left top; 
PADDING-BOTTOM: 3px; 
BORDER-LEFT: #aaccee 1px solid; 
PADDING-TOP: 3px; 
BORDER-BOTTOM: #aaccee 1px solid;
}

.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-RIGHT: #aaccee 1px solid; 
PADDING-RIGHT: 3px; 
BORDER-TOP: #aaccee 1px solid; 
PADDING-LEFT: 3px; 
BACKGROUND: #ffffff repeat-x left top; 
PADDING-BOTTOM: 3px; 
BORDER-LEFT: #aaccee 1px solid; 
PADDING-TOP: 3px; 
BORDER-BOTTOM: #aaccee 1px solid;

}