.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	white-space: nowrap; 
	
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding:2px 4px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #333; color:#fff;
}
.dtree a:hover.nodeSel{color:#fff; background:#555}
.dtree .clip {
	overflow: hidden;
}
.dtree p{ margin-bottom:5px; height:25px; line-height:25px; width:100%; text-align:center; background:#f7f7f7; border-bottom:1px solid #ccc; font-size:14px;}
.dtree p a:hover{ color:#059;}