/***********************************************
* Simple Tree Menu- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
/*
-----------------------------------------------
MVM VIRTUOSO
CSS DOCUMENT
MENU
----------------------------------------------- */

.treeview ul { /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.8em;
	}

.treeview li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: white url(../i/document.png) no-repeat left center;
	list-style-type: none;
	padding-left: 22px;
	}

.treeview li.bp_top {
	background: white url(../i/document.png) no-repeat 0 0.4em;
	}

.treeview li.active { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	background: white url(../i/bullet.gif) no-repeat left center;
	color: #d35100;
	padding-left: 22px;
	font-weight: normal;
	}

.treeview li.home {
	list-style-type: none;
	background: white url(../i/home.png) no-repeat left center;
	color: #d35100;
	padding-left: 22px;
	font-weight: normal;
	}

.treeview ul.list-webpage {
	margin-left: -22px;
	}

.treeview ul.list-pdf {
	margin-left: -22px;
	}

.treeview ul.list-webpage li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	background: white url(../i/chain.png) no-repeat left 3px;
	padding-left: 22px;
	font-weight: normal;
	}

.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
	background: white url(../i/closed.png) no-repeat left 3px;
	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;
	}

#treemenu1 {
	margin-bottom: 15px;
	}