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

.dtree {
	font-family: Arial;
	font-size: 7px;
	color: #5A6E79;
	margin-top: -11px;
	font-style : normal;
}

.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #1D6A9E;
	text-decoration: none;
	margin-top: -4px;
		font-style : normal;
}
.dtree a.node, .dtree a.nodeSel {
	padding: 0px 2px 1px 0px;
	font-style : normal;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #FECF6C;
}
.dtree a.nodeSel {
}
.dtree .clip {
	overflow: hidden;
}