.treeview {
	margin: 0;
	padding: 0;
}
.treeview ul {
	margin: 0;
	padding: 0;
}
.treeview li{ 
	background: url(images/list-bullet.gif) no-repeat left center;
	list-style-type: none;
	padding: 0 0 0 15px;
	margin: 0;
}
.treeview li.submenu{
	background: white url(images/plus-sign-bullet.gif) no-repeat left;
	cursor: hand !important;
	cursor: pointer !important;
}
.treeview li.submenu ul{
	display: none;
}
.treeview .submenu ul li{
	cursor: default;
}