
ul.menutree ul {
	display: none;
	position: absolute;
}

ul.menutree ul.foldOut {
	display: block;
}

ul.menutree li {
	position: relative;
}

ul.menutree li.highlight {
	z-index: 10;
}

div#nav1 li.highlight {
	background-color: #cccccc;
}

div#nav2 li.highlight {
	background-color: #999999;
}

div#nav1 ul.menutree ul {
	top: 24px;
	left: 0;
}

div#nav1 ul.menutree ul ul {
	top: 10px;
	left: 100px;
}

div#nav2 ul.menutree ul {
	top: 23px;
	left: 50px;
	width: 120px;
}

div#nav2 ul.menutree ul ul {

}
