.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #CE9800;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #CE9800;
	font-weight: bold;
	text-decoration: none;
}

.dtree a.node, .dtree a.nodeSel {
	color: #CE9800;
	padding-left: 14px;
	white-space: nowrap;
	text-decoration: none;
}

.dtree a.nodeLock, .dtree a.nodeSel {
	color: #CE9800;
	padding-left: 14px;
	white-space: nowrap;
	text-decoration: none;
	background: url(/images/lock.gif) no-repeat center left;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #FFFFFF;
}

.dtree a.nodeLock:hover, .dtree a.nodeSel:hover {
	color: #FFFFFF;
}