.shadetabs{
padding: 3px 10px;
margin-left: 200px;
margin-top: 1px;
margin-bottom: 0;
font: 12px tahoma;
color:#539ad8;
list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/
}

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

.shadetabs li a{
text-decoration: none;
margin-right: -2.5px;
padding: 3px 7px;
margin-right: 0px;
border: 1px solid #539ad8;
color: #539ad8;
margin-left: 0px;
background: white url(./images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #539ad8;
}

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

.shadetabs li.selected{

margin-right:auto;
color: #539ad8;
}

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

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

.contentstyle{
border: 1px solid #539ad8;
width: 800px;
margin-bottom: 1em; padding: 10px;
direction:ltr;
}
