
.dtree {
	margin-top: 5px;
	width: 210px;
	overflow: hidden;   
}

.dtree img {
	position: absolute;
	left: 5px;
	z-index: 5;
	border: 0px;
}

.dtree a{
	font-family: Arial, Helvetica, sans-serif;
	color: #003952;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0px;
	text-decoration: none;
	display: block;
	text-align:left;
	text-decoration: none;
	position: relative;
	z-index:1;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: none;
	background-color: #e5eba8;
}

.dtree a.nodeSel {
	background-color: #e5eba8;
	padding: 1px 2px 1px 25px;
}

.dtree .clip {
	overflow: hidden;
}

.dtree a.node{
	padding: 1px 2px 1px 25px;
}