.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
margin: 0px;
font: bold 12px Verdana;
background: url(/images/header-bg.jpg) top left repeat-x;
list-style-type: none;
border-right: 1px solid gray;
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: 3px 33px;
margin: 0px;
border: 1px solid #778;
color: #2d2b2b;
background: black url(/images/header-bg.jpg) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

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

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

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive.jpg);
border-bottom: #FDEB85;
}

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

.contentstyle {
	border-top: 1px solid gray;
	background-color: #ffffde;
	background:   #ffffde  url(/images/yellow-bg.jpg) top left repeat-x;
	padding: 10px;
    margin-bottom: 3px;
    line-height: 28px;	
    padding-left: 13px;
    text-align: justify;
    font-size: 14px;
    color: #333;
    padding-top: 10px;
    padding-right: 13px;
    padding-bottom: 10px;
}