.treeview ul{
    margin            :       0;
    padding           :       0;
}
.treeview li{ 
    background        :       #ffffff url(../images/list.png) no-repeat left center;
    color             :       #000000;
    list-style-type   :       none;
    padding-left      :       22px;
    margin-bottom     :       3px;
}
.treeview li.submenu{ 
    background        :       #ffffff url(../images/closed.png) no-repeat left 1px;
    cursor            :       hand !important;
    cursor            :       pointer !important;
}
.treeview li.submenu ul{
    display           :       none;
}
.treeview .submenu ul li{
    cursor            :      default;
}
.treeview a:link{ 
    color             :       #000000;
    text-decoration   :       none;
}
.treeview a:hover{ 
    color             :       #000000;
    text-decoration   :       none;
    background-color  :       #ffffff;
}
.treeview a:visited{ 
    color             :       #000000;
    text-decoration   :       none;
    background-color  :       #ffffff;
}