.dtree {
	position: relative;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
	white-space: normal;
; clip:     rect(   )
}
.dtree img {
	border: 0px;
	vertical-align: text-bottom;
}
.dtree a {
	text-decoration: none;
}
.dtree a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.dtree .node {
	position: relative;
	top: -2px;
	padding: 1px;
	color: #000066;
}
.dtree .nodeSel {
	position: relative;
	top: -2px;
	padding: 1px;
	color: #000000;
	background-color: #FFFF33;
}