.dtree {
	overflow: none;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	width: auto;
	height: auto;
	margin-left:-18px;
	/*background-color: #f3f3f3;*/
	float: left;
	display: block;
	/*position: absolute;*/
	z-index: 10;
	border:none;
	overflow:hidden;
}


.dtree div div div div a{
	color:#0e7fa7;
	
}
.dtree div div div div div a{
	color: #01baf3;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	
}
.dtree a {
	color: #333;
	text-decoration: none;
	font-size: 11px;
	
	
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	
	
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
	
	
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
	
	
}
.dtree .clip {
	overflow: hidden;
}


.edit_but a {
	color: red;
	text-decoration: underline;
	

}

