/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	margin-left: -0.25em; 
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color:#666666;
	text-decoration: none;
	font-weight:normal;
}
.dtree a:hover {
	color:#666666;
	text-decoration: none;
	font-weight:normal;
}
.dtree a.node, .dtree a.nodeSel {
	color:#666666;	margin-left: -0.1em; 
	font-weight:normal;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #000000;
	font-weight:normal;
}
.dtree a.nodeSel {
	/*background-color: #c0d2ec;*/
}

.dtree .clip {
	overflow: hidden;
}
