.treeview {
	margin-left: -40px !important;
	margin-left:0px;
}
.treeview ul {
	margin: 0;
	padding: 0;
}
.treeview li {
	background: url(../tree/closed.gif) no-repeat top left;
	list-style-type: none;
	padding-left: 22px;
	margin-bottom: 3px;
}
.treeview li.submenu {
	background: url(../tree/closed.gif) no-repeat top left 1px;
	cursor: hand !important;
	cursor: pointer !important;
}
.treeview li.submenu ul {display: none;}
.treeview .submenu ul li {cursor: default;}
