.treeview ul {
	margin: 0;
	padding: 0;
}


.treeview li {
	background: url(../images/page.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 22px;
	margin-bottom: 7px;
}

.treeview li .title{
	list-style-type: none;
	padding-left: 22px;
	margin-bottom: 7px;
}

.treeview li.submenu {
	background: url(../images/nolines_plus.gif) no-repeat left -1px;
	cursor: hand !important;
	cursor: pointer !important;
}

.treeview li.submenu ul {
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li {
	cursor: default;
}