/* Tree View */

#leftNavigationMenu {
    width: 200px;
    background-color: #C2E7FE;
}

td.leftNavigationMenu_4 {
    padding-bottom: 2px;
}

div[id^="leftNavigationMenun"] {
    background-color: #DAEFFC !important;
    margin-bottom: 4px;
}

    div[id^="leftNavigationMenun"] table {
        margin-bottom: -4px;
        margin-top: -2px;
    }

.leafNode {
    margin-left: -10px;
}

.hoverNode {
    cursor: pointer !important;
    color: #0E7FB7 !important;
}

.levelTwo {
    margin-left: -29px;
    font-weight: normal !important;
    font-size: 12px !important;
}

    .levelTwo .selectedNode {
        font-weight: bold !important;
    }

.leftNavigationMenu_0 {
    font-weight: bold;
    padding-left: 4px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #0E7FB7;
    text-decoration: none;
}

    .leftNavigationMenu_0.leafNode {
        line-height: 10px;
    }

