/***********************************************
* 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
Author:   Martin Dady
Version:  February 2008
Updated:  September 2008
----------------------------------------------- */

.treeview ul { /*CSS for Simple Tree Menu*/
	margin: 0;
	}

.treeview li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: url(../i/arrow-green-circle.gif) no-repeat 0 0.3em;
	list-style-type: none;
	padding-left: 15px;
	}

.treeview li.active { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	background: url(../i/arrow-brgreen-circle.gif) no-repeat 0 0.3em;
	color: olive;
	padding-left: 15px;
	font-weight: normal;
	}

.treeview li strong {
	font-weight: normal;
	}

.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
	background: url(../i/node-closed.gif) no-repeat 0 5px;
	cursor: auto !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: 0;
	padding-bottom: 10px;
	}
