﻿.dtree {
	white-space: nowrap;
	line-height:1.5em;
	font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; 
	font-size:16px;

}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node{
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.dtree a.node:hover{
  border-bottom:1px solid;
}

.dtree .clip {
	/*overflow: hidden;*/
}