.dtree {
	
	width: 150px;
	font-family: tahoma,MS Sans Serif, Microsoft Sans Serif;
	font-size: 13px;
	color: #666666;	
	white-space : nowrap;
	
	 
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #00F;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #c21402;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #EBF3F3;
}
.dtree .clip {
	
	
}