.treemenu {
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
	white-space: nowrap;
	margin-bottom: 10px;
}
.treemenu img {
	border: 0px;
	vertical-align: top;
	position: relative;
	top: 0px;
}
.treemenu a {
	color: black;
	text-decoration: none;
}
.treemenu a:visited {
	color: black;
	text-decoration: none;
}
.treemenu a.node, .treemenu a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.treemenu a.node:hover, .treemenu a.nodeSel:hover {
	color: #e76804;
	text-decoration: none;
}
.treemenu a.nodeSel {
	color: #e76804;
}
.treemenu .clip {
	overflow: hidden;
}