@CHARSET "ISO-8859-1";

.sitemap dl dd {
	width:29%;
	float:left;
    margin:0 2%;
	}
.sitemap dl dd dt {
	font-family:"Helvetica", arial, sans-serif;
    font-size:14pt;
    padding:.3em 0 2px 0;
    margin-bottom:5px;
    }
.sitemap dl dd dt a {
    color:#522398;
    width:100%;
    display:block;
    padding-bottom:3px;
    text-decoration:none;
    }    
.sitemap dl dd dl dd {
    float:none;
    padding:.2em 0;
    width:100%;
    }