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


.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold; 	
 	line-height: 0;
	color: #fff;
	white-space: wrap;
	background-color: #E9E2BE;
	
}


.dtree img {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0;
	
}
.dtree a {
	color: #fff;
	text-decoration: none;
	display: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: wrap;	
	margin: 0;
	
	
}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #E9E2BE;
	
}
.dtree a.nodeSel {
	background-color: #E9E2BE;
}

.dtree .clip {
	overflow: hidden;		
}
