.treeview {
	margin: 4px;
	padding: 0px;
	margin-left: 12px;
	margin-top: 16px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: url(../img/list.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 18px;
	margin-bottom: 3px;
}

.treeview li.noChild{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: url(../img/list.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 10px;
	margin-bottom: 3px;
}

.treeview li.simplesubmenu{ /* Style for LI that contains sub lists (other ULs). */
	background: url(../img/closed.gif) no-repeat left 0px;
	cursor: hand !important;
	cursor: pointer !important;
	margin-top: 8px;
	margin-bottom: 4px;
}

.treeview li.simplesubmenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .simplesubmenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	margin-top: 8px;
}

.treeview .prod_menu1 {
	font-weight: bold;
}