

.sitemap {
    border:0px none;
    margin:0em;
    padding:0em;
    margin-top: 25px;
    float: left;
}

.sitemap dd {
    display: block;
    position: relative;
    float: left;
    margin-right: 40px;
}

.sitemap dd dl dd {
    float: none;
    margin-right: 0px;
}


.sitemap dd dl dt, 
.sitemap dd dl dt a {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
    margin-bottom: 4px;
}

.sitemap dd dl dd, 
.sitemap dd dl dd a {
    font-size: 11px;
    color: #ccc;
}

.sitemap a:visited,  
.sitemap a:hover,  
.sitemap a:active {
    color: #ccc;
}