/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 11px;
  letter-spacing: 1px;
  color: #E4E5EB;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #E4E5EB;
	text-decoration: none;
	width: 240px;
}
.dtree a:visited {
	color: #E4E5EB;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
  background-color: #339975;
  border: 1px solid #78FF00;
  color: white;
  padding-top: 0;
  padding-bottom: 0;
}
.dtree a.nodeSel {
 background-color: #339975;
  border: 1px solid #78FF00;
  color: white;
}
.dtree .clip {
	overflow: hidden;
}
