
.dtree {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	white-space: nowrap;
	width:145px;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 0px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
	/*border:0px solid #E1E7DD; */
	background-color:#EAEDE6;
	
}
.dtree a.nodeSel {
	background-color:#95B9C7;
}
.dtree .clip {
	overflow: hidden;
}











