.treeview {
	Xmargin-top: -10px;
}

.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;
}

.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: 3px 2px 3px 5px;
	text-decoration: none;
	color: black;
}
.treeview li DIV a:hover {
	text-decoration: underline;
}
.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 #cf726e;
	border-right: 5px solid #ffe862;
	font-size: 8pt;
	background-image: url(../images/stromS.gif);
	background-color: #f1c494;
	background-repeat: repeat-x;
	background-position: top;
}
.treeview li ul li DIV {
	background-image: none;
	background-color: #f4cfaa;
	font-weight: normal;
	margin-bottom: 1px;
	margin-top: 2px;
	padding-left: 5px;
	border-left: 10px solid #d9908c;
	border-right: 5px solid #ffdc13;
	font-size: 8pt;
}
.treeview li ul li ul li DIV {
	background-image: none;
	background-color: #f8e5d1;
	margin-bottom: 1px;
	margin-top: 0px;
	padding-left: 10px;
	border-left: 10px solid #e0a6a3;
	border-right: 5px solid #dfbe00;
	font-size: 7pt;
	font-weight: normal;
}
.treeview li ul li ul li ul li DIV {
	background-image: none;
	background-color: #fef3e7;
	margin-bottom: 1px;
	margin-top: 0px;
	border-left: 10px solid #e9bebc;
	border-right: 5px solid #ccae00;
	padding-left: 15px;
	font-size: 7pt;
	font-weight: normal;
	font-style: italic;
}

