.lightTreeview {
    list-style: none;
    padding-left: 10px;
    margin: 0;
}

.lightTreeview li {
    position: relative;
    padding: 5px 0;
    cursor: pointer;
}

.lightTreeview li:hover {
    background-color: #f5f5f5;
}

.lightTreeview .flex-ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}

.lightTreeview .flex-close {
    background-image: url('../images/treeview-default-line.gif');
}

.lightTreeview .flex-open {
    background-image: url('../images/treeview-default-line.gif');
}

.lightTreeview ol {
    list-style: none;
    padding-left: 40px;
    margin: 0;
}