#sitemap {
    margin-left : 20px ;
    padding-bottom: 10px;
}

#sitemap, #sitemap ul
{ list-style : none ; }

#sitemap ul {
    margin-left : 20px ;
    background : url(../img/SMD.gif) left repeat-y ;
    position : relative ;
}

#sitemap ul li {
    padding-left : 20px ;
    background : url(../img/SMD.gif) left center repeat-x ;
    position : relative ;
}

#sitemap span.in {
    display : block ;
    height : 100% ;
    margin : 8px 0 ;
    background : #FFF ;
    padding-left : 5px ;
}

.first-child a {
    color : red ;
}

#sitemap ul li.parentOfUL {
    background-image : url(../img/SMD.gif) ;
    background-position : 0 0.75em ;
    background-repeat : repeat-x ;
}

#sitemap ul li.parentOfUL.last-child {
    background-image : url(../img/SMD.gif)!important ;
    background-position : 0 0.75em!important ;
    background-repeat : repeat-x !important ;
}

#sitemap li.last-child {
    background:red;
}

#sitemap ul li.last-child {
    background : url(../img/SML.gif)!important ;
    background-position : left center!important ;
    background-repeat : no-repeat!important ;
}

