/* Insert Your Custom CSS Here */

.nav.child_menu li:hover {
    /*background-color: rgba(255, 255, 255, 0.2);*/
        background-color:#1fae66;
}

.vd_menu ul.nav.child_menu li {
    padding-left: 36px;
}

    .vd_menu ul.nav.child_menu li:before {
        background: #425668;
        /*background: #1fae66;*/
        bottom: auto;
        content: "";
        height: 8px;
        left: 26px;
        margin-top: 8px;
        position: absolute;
        right: auto;
        width: 8px;
        z-index: 1;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

    .vd_menu ul.nav.child_menu li:after {
        border-left: 1px solid #425668;
        /*border-left: 1px solid #1fae66;*/
        bottom: 0;
        content: "";
        left: 30px;
        position: absolute;
        top: 0px;
    }
