.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	text-decoration: none;
	color:#000000;	
	
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	text-decoration: none;
}
.dtree a {
	text-decoration: none;
	background-color: #cccccc;
	color:#000000;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	text-decoration: none;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.dtree a.nodeSel {
	text-decoration: none;
}
.dtree .clip {
	overflow: hidden;
	text-decoration: none;
}