.sitemaphtml-navigation a {
    font-size: 14px;
	color: #DE231A;
	font-weight: bold;
	width: 20%;
	text-align: left;
	display: block;
	float: left;
	padding-left: 33px;

    }

.sitemaphtml-navigation {
    float: left;
	width: 100%;
	border: 1px solid #666;
	background: #FAF7EE;
	padding: 5px 0px; 
    }


.sitemaphtml-h3 {
    color: black;
    font-weight: bold;
    margin: 0;
    padding-left: 10px;    
}



/*///*/
.sitemaphtml-data .fieldset {
    border: 1px solid #666;
    background: #FBFAF6;
    padding: 22px 25px 12px 33px;
    margin: 28px 0 0;
    }

.sitemaphtml-data .fieldset .legend {
    border-top-left-radius: 7px 7px; border-top-right-radius: 7px 7px; border-bottom-left-radius: 7px 7px; border-bottom-right-radius: 7px 7px;
	float: left;
	font-weight: bold;
	font-size: 13px;
	border: 1px solid #666;
	background: #F9F3E3;
	color: #DE231A;
	position: relative;
	margin-top: -33px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -10px;
	padding-top: 2;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
    }
    
.sitemaphtml-data {
    clear: both;
    margin-top: 0;
    float: left;
    width: 100%;     
    }    
