.treeview {
	Xmargin-top: -10px;
	Xborder: 1px solid #3cb371;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}
.treeview li { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
list-style-position: outside;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
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;
}
.treeview li DIV a {
	display: block;
	padding: 4px 0px 4px 0px;
	text-decoration: none;
	color: black;
}
.treeview li DIV a:hover {
	text-decoration: underline;
	color: #3f816e;
}

.treeview li DIV {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 1px;
	border-left: 10px solid #3ea877;
	border-right: 5px solid #ffe862;
	font-size: 8pt;
	background-color: #ecdf9f;
	padding: 5px 0px 5px 3px;
}
.treeview li ul li DIV {
	font-weight: bold;
	margin-bottom: 1px;
	margin-top: 2px;
	padding-left: 3px;
	border-left: 10px solid #6ac89c;
	border-right: 5px solid #ffec7d;
	font-size: 8pt;
padding: 0;
	padding-left: 5px;
	background-color: #f3ebc5;
}
.treeview li ul li DIV A {
	font-weight: normal;
}
.treeview li ul li ul li DIV {
	margin-bottom: 1px;
	margin-top: 0px;
	padding-left: 8px;
	border-left: 10px solid #5cc393;
	border-right: 5px solid #ffee8a;
	font-size: 7pt;
	font-weight: normal;
padding: 0;
	padding-left: 10px;
	background-color: #f6efd1;
}
.treeview li ul li ul li ul li DIV {
	margin-bottom: 1px;
	margin-top: 0px;
	border-left: 10px solid #91d8b7;
	border-right: 5px solid #fff6c1;
	padding-left: 12px;
	font-size: 7pt;
	font-weight: normal;
	font-style: italic;
padding: 0;
	padding-left: 15px;
	background-color: #f9f5e3;
}
