
.content .sitemap UL {
    margin: 0px;
}

.content .sitemap LI {
    background: none;
    padding-left: 0px;

    margin-bottom: 30px;
}
.content .sitemap LI A {
    display: block;

    padding-bottom: 4px;
    margin-bottom: 5px;

    background-image: url(../pix/dotted.gif);
    background-repeat: repeat-x;
    background-position: left bottom;

    font-size: 12px;
    text-transform:uppercase;
}

.content .sitemap LI.last A {
    background: none;
}

.content .sitemap UL.level2 LI {
    margin-bottom: 0px;

}

.content .sitemap UL.level2 LI A {
    padding-left: 16px;
    background: url(../pix/more_blue.gif) no-repeat left 7px;

    padding-bottom: 0px;
    margin-bottom: 0px;
    
    text-transform: none;
}

.content .sitemap UL.level2 LI A:hover {
    background: url(../pix/more_green.gif) no-repeat left 7px;
}
