/*------------------------------------------------------------*/

.treeview
{
	background-color: transparent;
}

.treeview ul
{
	margin: 0;
	padding: 0;
	background-color: transparent;
}

.treeview li
{
	background: transparent url(box.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 15px;
	margin-bottom: 3px;
	background-color: transparent;
}

.treeview li.submenu  /* Style for LI that contains sub lists (other ULs). */
{ 
	background: transparent url(chiuso1.gif) no-repeat left 1px;
	cursor: hand !important;
	cursor: pointer !important;
	background-color: transparent;

}


.treeview li.submenu ul  /*Style for ULs that are children of LIs (submenu) */
{ 
	display: none; /*Hide them by default. Don't delete. */
	background-color: transparent;

}

.treeview .submenu ul li  /*Style for LIs of ULs that are children of LIs (submenu) */
{ 
	cursor: default;
	background-color: transparent;

}

UL
{
	line-height: 15pt;
	font-size: 10px;
	background-color: transparent;

}

LI
{
	line-height: 11pt;
	font-size: 10px;
	background-color: transparent;

}

/*------------------------------------------------------------*/
