.sitemap-container {
        
}

ul.sitemap-level1 {
    margin: 0;
    padding: 0;
}

ul.sitemap-level1 > li {
    background: #F5F5F5;
    list-style: none;
    margin: 0;
    padding: 0.6em 1em;
    margin: 0.7em;
    clear: none;
    overflow: auto;
    border-radius: 0.7em;
    -moz-border-radius: 0.7em;
    -opera-border-radius: 0.7em;
    -webkit-border-radius: 0.7em;
}
ul.sitemap-level1 > li > a {
    font-weight: bold;
    font-size: 1.2em;
}

ul.sitemap-level2 > li {
    float: left;
    width: 200px;
    margin-right: 1em;
}
