.treeview ul{ /*CSS for Simple Tree Menu*/
    font-size: 12px; 
    margin: 5px 0px 5px 0px;
	list-style-type:none;
	list-style:none; padding:0;
	}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
    font-size: 12px; 
	color:#000000; list-style:none;
	padding: 0px 15px 5px 10px;
	/*background: url(/Library/images/carret1.gif) 0 0px no-repeat; */
	vertical-align:bottom;
	list-style-type:none;}


.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(/library/images/closed.gif) no-repeat left 0px;
cursor: hand !important;
cursor: pointer !important;

}


.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;
list-style-type:square;
margin:0 0 0 1.8em;
padding:0.5em 0.2em 0 0.2em;
}
