
<style type='text/css'>
.MenuTree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #666;
	white-space: nowrap;
	text-align:left;
	background-color:#fbe9df;
	width:160px;
	padding-left:4px;
	padding-top:4px;
	padding-bottom:4px;
}
.MenuTree img {
	border:0px;
	vertical-align: middle;
}
.MenuTree a {
	color: #333;
	text-decoration: none;
}
.MenuTree a.node, .MenuTree a.nodeSel {
	white-space: nowrap;
	padding: 1px 1px 1px 1px;
}
.MenuTree a.node:hover, .MenuTree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.MenuTree a.nodeSel {
	background-color: #c0d2ec;
}
.MenuTree .clip {
	overflow: hidden;
}
</style>