.treeview {

    padding-top: 0px;
    padding-left: 12px;
    padding-right: 0px;

    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
    margin: 0;
    padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
    background: white url(../images/mytree/list.gif) no-repeat left center;
    list-style-type: none;
    padding-left: 21px;
    margin-bottom: 3px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
    background: white url(../images/mytree/closed.gif) no-repeat left 1px;

    /* cursor: hand !important; */
    cursor: pointer !important;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
    display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
    cursor: default;
}


/* rrr */
/*
.selectedNodeLi {
    display: block;

}
*/
.myTree {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
    white-space: nowrap;
    width: 305px;
    line-height: 17px;
    padding-top: 2px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    /*
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    */
    /*
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #cccccc;
    */
    overflow:auto;
}

.hdTree {
    height: 23px;
    width: 320px;
    padding-bottom: 16px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
}

.treeview a {
    color: #333;
    text-decoration: none;
}
.treeview a, .treeview a.nodeSel {
    white-space: nowrap;
    padding: 1px 2px 1px 2px;
}
.treeview a:hover, .treeview a.nodeSel:hover {
    color: #333;
    text-decoration: underline;
}
.treeview a.nodeSel {
    background-color: #c0d2ec;
}

/* uslugi */

.myTreeU {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
    white-space: nowrap;
    width: 305px;
    line-height: 17px;
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;

    /*
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #cccccc;
    */

    /*
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #cccccc;
    */
    overflow:auto;
}


