.dtree
{
	font-weight: bold;
	font-size: 11px;
	width: 150px;
	overflow:visible;
	color: #000000;
	font-family: tahoma;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a
{
	font-weight: normal;
	color: #438610;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	font-weight: normal;
	color: #438610;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a:hover.node, .dtree .nodeSelz
{
	color: purple;
}
.dtree a.nodeSel
{
	color: maroon;
}
.dtree .clip {
	overflow: hidden;
}
a:active {
color:black 
}
