/* CSS Document */

#sitemap {
}

#sitemap ul li {
margin: 0;
padding: 0;
font-size: 12px;
list-style-type: none;
margin-bottom: 3px;
padding-top: 3px;
font-weight: bold;
}

#sitemap ul ul {
margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0;
}

#sitemap ul ul li {
background: none;
font-weight: bold;
border: none;
padding-bottom: 0;
}

#sitemap ul ul ul {
margin-top: 0;
margin-bottom: 20px;
}

#sitemap ul ul ul li {
list-style-type: disc;
font-weight: normal;
font-size: 11px;
color: #181ab9;
}