.dtreeOut {
	font-size: 11px;
	white-space: nowrap;
	background-color: #6E6E6E;
	margin-left: 10px;
	background-image: url(images/left-menu-bot-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
}
/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-size: 11px;
	white-space: nowrap;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #DCDCDC;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 1px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #DCDCDC;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #DCDCDC;
	color: #00829e;
	display: inline-block;
}
.dtree a.nodeSel:hover {
	color: #00829e;
}
.dtree .clip {
	overflow: hidden;
}

