@charset "utf-8";

ul.sitemapList {
    list-style: none;
    border-left: 3px solid #1d4abe;
    padding-left: 10px;
    margin-left: 10px;
}

ul.sitemapList li {
    line-height: 1.75;
}

ul.sitemapList li ul {
    list-style: none;
    border-left: 2px solid #CCCCCC;
    padding-left: 10px;
    margin-bottom: 0;
}

ul.sitemapList li ul.last {
    border: none;
    list-style: square;
}

ul.sitemapList {
    font-weight: bold;
}

ul.sitemapList ul.last {
    font-weight: normal;
}