.dtree {
	font-family:Arial, Verdana, Tahoma;
	font-size: 11px;
	color: #BFBFBF;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #BFBFBF;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #BFBFBF;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #414141;
}
.dtree .clip {
	overflow: hidden;
}

.dtree a:focus {outline:none;}

.dtree span {color:#FFFFFF; font-size:11px; letter-spacing:4px;  font-weight:normal;}
