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

.dtree {

	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica;

	font-size: 20px;

	
	color: rgb(225,155,31);

	white-space: nowrap;

}

.dtree img {

	border: 4px;

	vertical-align: middle;
	horizontal-align: middle;

}

.dtree a {
	color: rgb(255,253,226);
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: rgb(255,253,226);
	text-decoration: none;
}
.dtree a.nodeSel {
  
	color: rgb(255,253,226);
}
.dtree .clip {
	overflow: hidden;
}
