﻿#sitemap {
    line-height: 2em;
}

#sitemap ul {
    list-style-position: inside;
    list-style-type: none;
    margin-bottom: 4px;
}

#sitemap ul ul {
    margin-left: 16px;
}


#sitemap ul li {
    background-image: url(../images/sitemap-folder.gif);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    padding-left: 8px;
}

#sitemap ul li li {
    background-image: url(../images/sitemap-subpage.gif);
}
