ul.sitemap, ul.sitemap ul {
 list-style-type: none;
 margin: 0;
 padding: 0;
 background-color: transparent;
 border: 0;
}

ul.sitemap li {
 background-color: transparent;
 border: 0;
}
ul.sitemap li.level1 {
 font-size: 14px;
 font-weight: bold;
 margin-top: 10px;
}

ul.sitemap li.level2 {
 font-weight: normal;
 font-size: 12px;
}

ul.sitemap ul {
 margin-left: 20px;
}


