#siteTree {
    margin: 0;
    padding: 0;
}

#siteTree ul {
    padding: 0;
    margin: 0;
}

#siteTree li {
    margin: 0;
    list-style: none;
    line-height: 1.9em;
    margin: 0 0 0 20px;
    background-image: url("../../Common/Images/arrow_right.gif");
    background-repeat: no-repeat;
    background-position: 0px 10px;
    padding-left: 14px;
}

#siteTree li a:hover {
    text-decoration: underline;
}

#siteTree li.hasChildren {
    background-image: url("../../Common/Images/arrow_down_grey.gif");
}