.treeview ul{
	text-align: left;
	list-style-image: url(res/list.gif);
	list-style-position: outside;
	white-space: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	margin-left: 33px;
	color: #CCCCCC;
	font-size: 12px;


}

.treeview li{
	background: url(list.gif) no-repeat left center;
	list-style-type: none;
	list-style-image: url(res/list.gif);
	margin-left: -15px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;


}

.treeview li.submenu{
	background: url(closed.gif) no-repeat;
	cursor: hand !important;
	cursor: pointer !important;
	list-style-image: url(res/closed.gif);
	font-family: Arial, Helvetica, sans-serif;
	margin-left: -15px;
}

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

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
