/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Arial;
	font-size: 11px;
	color: #fff;
	text-transform: uppercase; 
	text-decoration: none; 
	font-weight: bold; 
	font-style: none;
	text-decoration: none;
	background: #fff;
	border:solid 2px #808080;
}

.dtree img {
	border: 0px;
}

.dtree a {color: #fff;
	}

.dtree a.node, .dtree a.nodeSel {
	text-decoration: none;
	padding:3px;
	border-bottom:solid 1px black;
	display:block;width:115px;
	background: #404040;
	}

.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #fff;
	text-decoration: underline;
}

.dtree a.nodeSel {color: #fff;

}
.dtree .clip {
	overflow: hidden;
}