#sitemap
{
    text-indent: 5em;
    list-style-position: inside;
    font-weight: bold;
    font-size: 16px;
}
#sitemap a
{
    text-decoration: underline;
}
#sitemap li
{
    padding-top: 0;
    padding-bottom: 0;
}
#sitemap li ul, #sitemap ul a
{
    text-indent: 10em;
    font-weight: bold;
    font-size: 12px;
}
#sitemap ul ul li
{
    text-indent: 15em;
}
#sitemap ul ul ul li
{
    text-indent: 20em;
}