/*LeftMenu*/
.tree {
    background-color: #fff;
    padding: 35px 15px 10px 15px;
    color: #fff;
}

.line {
    margin-top: 5px;
    border-top: 1px dotted #818181;
}

.tree ul {
    padding-left: 0px;
    margin-top: 3px;
    margin-left: 0px;
}

.tree li {
    list-style: none;
    border-bottom: 1px dotted #00937d;
    padding: 3px 3px 3px 0px;
}


    .tree li:hover {
        font-weight: bold;
    }

.tree a {
    font-size: 13px;
    text-decoration: none;
}

.selected {
    font-weight: bold;
}

/*END leftMenu*/