
.TreeMenu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #314BA0;
	white-space: nowrap;
}
.TreeMenu img {
	border: 0px;
	vertical-align: middle;
	padding-top:3px;
}
.TreeMenu a {
	color: #314BA0;
	text-decoration: none;
	margin-top: 3px;
	line-height: 21px;
}
.TreeMenu a.node, .TreeMenu a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	color: #314BA0;

}
.TreeMenu a.node:hover, .TreeMenu a.nodeSel:hover {
	color: #314BA0;
	text-decoration: underline;
}
.TreeMenu a.nodeSel {
	color: #314BA0;
	background: #ffcc00;
	font-weight: bold;
}
.TreeMenu .clip {
	overflow: hidden;
}