/*css for Simple Tree Menu*/
.treeview ul{ margin: 0 0 0; padding: 0;  }

/*Style for LI elements in general (excludes an LI that contains sub lists)*/
.treeview li{ 
	background-color: white; 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 9px 5px; 
	list-style-type: none; 
	padding-left: 22px; 
	text-indent:  0;}

/* Style for LI that contains sub lists (other ULs). */
.treeview li.submenu { 
	background-color: white; 
	background-image: url(../images/plus.gif); 
	cursor: hand !important; 
	cursor: pointer !important; }

/*Style for ULs that are children of LIs (submenu) */
.treeview li.submenu ul{ 
	display: none;  /*Hide them by default. Don't delete. */

}

 /*Style for LIs of ULs that are children of LIs (submenu) */
/*.treeview .submenu ul li {
	background-image: url(../images/pucesy.gif);
	background-position: -5px 4px; 
	margin: 0; 
	cursor: default; }
*/

ul {
	list-style: none;
	margin-left: 0; 
	padding-left: 0; 
	text-indent:  0; 
}

li.listesynthesesuite {
	padding-left: 9px;
	background-image: url(../images/pucesy.gif);
	background-position: -5px 4px;
	margin: 0; 
	cursor: default;
	padding-top:3px;
}