.dtree {
	font-family: arial;
	font-size: 12px;
	color: #006600;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #006600;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 2px 4px 2px 4px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #FF0000;
	text-decoration: NONE;
}
.dtree a.nodeSel {
	/*background-color: #999999;*/
}
.dtree .clip {
	overflow: hidden;
}
