ul.treeview {
    margin:0px 5px 0px 0px;
    padding:0px 0px 0px 2px;
}
.treeview a, .treeview li {
    color: #0D7B11;
}
.treeview ul{
    margin: 0px;
    padding: 0px;
}
.treeview li{
    list-style-type: none;
    padding:2px 2px 2px 18px;
    margin-bottom:1px;
    background: white url(bullet2.gif) no-repeat 5px 7px;
}
.treeview li.submenu{
    background: white url(closed.gif) no-repeat left 6px;
    cursor: hand !important;
    cursor: pointer !important;
}
.treeview li.submenu ul{
    display: none;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
}
.treeview .submenu ul li{
    cursor: pointer;
    margin-bottom:1px;
}