/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #644B22;
	white-space: nowrap;
#	font-weight: bold;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #644B22;
	text-decoration: none;
}
.dtree a.node  {
	font-size: 12px;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.nodeSel {
	font-size: 12px;
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #C55307;
#	text-decoration: underline;
	font-weight: bolder;
}
.dtree a.nodeSel {
#	background-color: #F7DBB5;
	border: 1px dotted #644B22;

}