.treeview ul {	margin:0;
		padding:0; }

/* LI elements in general */

.treeview li {	background:url(list.png) no-repeat 5px 3px;
		list-style-type:none;
		padding-left:22px;
		margin-bottom:3px; }

/* LI that contains sub lists (other ULs). */

.treeview li.submenu {	background:url(closed.png) no-repeat left 1px;
			cursor:hand !important;
			cursor:pointer !important; }

/* Hide ULs that are children of LIs by default */

.treeview li.submenu ul { display:none; }

/* LIs of ULs that are children of LIs (submenu) */

.treeview .submenu ul li{ cursor:default; }
