.treeview ul{ /*CSS for Simple Tree Menu*/

margin: 0;

padding: 0;

	

	



text-align:left;

}



.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/

list-style-type: none;

padding-left: 0px;

margin-bottom: 1px;

	font-family: arial;

	font-size: 11px;

	margin-left: 0px;

	cursor: hand !important;

cursor: pointer !important;

background-color: #ffffff;



	    }





.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */



font-size: 18px;

font-family: helvitica,arial;

cursor: hand !important;

cursor: pointer !important;

margin-left: -40px;

margin-bottom: 5px;





}





.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */

display: none; /*Hide them by default. Don't delete. */

font-family: arial;
margin-top: 3px

}



.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */

cursor: default;

}



