.treeview ul{
margin: 0;
padding: 0;
}

.treeview li{
background: #5dd4c4  no-repeat left center;
list-style-type: none;
padding-left:11px;
margin-bottom: 0px;
}

.treeview li.submenu{
background: #5dd4c4  no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.treeview li.submenu ul{
display: none;
}

.treeview .submenu ul li{
cursor: default;
}
