/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Helvetica,Verdana, Geneva, Arial,  sans-serif;
	font-size: 8pt;
	color: #C05108;
	white-space:wrap;
}
.dtree img {
	border: 2px;
	vertical-align: middle;
}
.dtree a {
	color: #C05108;
	text-decoration: none;
}
/*.dtree a.node{
	white-space: wrap;
	padding: 1px 2px 1px 2px;
}*/
.dtree a.node:hover {
	color: #5A2807;
	text-decoration: none;
}
.dtree a.nodeSel {
  color: #5A2807;
  text-decoration: none;
}
/*.dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}*/
/*.dtree a.nodeSel:hover {
	color: #5A2807;
	text-decoration: none;
}*/