div.dtree {
}

.dtree {
	font-family:  Arial,Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 2px;
	white-space: wrap;
	font-weight: bold;
}

.dtree img {
	border: 0px;
	vertical-align: middle; 
        margin-bottom: 5px;
		margin-right:5px;
}
.dtree a {
	font-size: 11px;
	text-decoration: none;
	color: #FFFFFF;
margin-bottom: 3px;
}
.dtree a.node {
	white-space: wrap;
	font-weight: normal;
}
.dtree a.nodeSel {
	white-space: wrap;
	font-weight: normal;
	color: yellow;
	
}
.dtree a.node:hover {
	color: #DDEEEE;
	text-decoration: underline;
}
.dtree a.nodeSel:hover {
	text-decoration: underline;
}
.dtree .clip {
	overflow: hidden;
    padding-bottom: 0px;
}
