.treeview {
margin: 0 0 0 0px;
padding: 0;
}

.treeview ul{
margin: 0;
padding: 0;
}

.treeview li{
list-style-type: none;
padding-left: 15px;
margin: 0px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(../images/tree_menu/plus.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}

.treeview li.submenu ul{
margin: 0;
padding: 0;
}

.treeview .submenu ul li{
margin: 0;
padding: 0;
cursor: default;
}
.treeview a {
text-decoration: none !important;
}
