.dtree {
	position: relative;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	white-space: nowrap;
}


.dtree img {
	border: 0px;
	vertical-align: text-bottom;
}


.dtree a {
	text-decoration: none;
}


/* Cor do link com o mouse sobre ele*/
.dtree a:hover {
	color: #1C533A;
	text-decoration: underline;
}


.dtree .node {
	position: relative;
	top: -2px;
	padding: 1px;
	color: #1C533A;
}


.dtree .nodeSel {
	position: relative;
	top: -2px;
	padding: 1px;
	color: #16412E;
	background-color: #FFFFE5;
}
