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

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #466C8A;
	white-space: nowrap;
}
.dtree img {
	margin-left:3;
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #466C8A;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #FF8F0B;
	text-decoration: none;
	border-width:10px; 
	border-color:#FF8F0B;

}
.dtree a.nodeSel {
	color: #FF8F0B;
	font-weight: plain;
}
.dtree .clip {
	overflow: hidden;
}