/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr&#65533;              |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
  overflow: hidden;
  width: 172px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a, .dtree a:visited {
	color: #000;
	text-decoration: none;
	display: block;
  font-weight: bold;
  font-size: 14px;
}
.dtree a.node{
	padding: 1px 2px 1px 2px;
}
.dtree a.nodeSel:link, .dtree a.nodeSel:visited {
	color: #046b00;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #046b00;
}

/*.dtree .clip {
	overflow: hidden;
}*/
