/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	text-align: left;
	width: 180px;
	color: #FEFEFE;
	background-color: #FFF;
	white-space: nowrap;
	overflow: hidden;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #FFF;
	text-decoration: none;
	outline: none;
}
.dtree .clip {
	overflow: hidden;
}

.dtree a.node, .dtree a.node1, .dtree a.node2, .dtree a.node3, .dtree a.node4, .dtree a.nodeSel {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	display: block;
	color:#686D77;
	text-decoration:none;
}
.dtree a.node1 {
	font-size: 12px;
	background-color:#ffffff;
	height: 18px;
	margin-bottom: 1px;
	padding-left: 5px;
	padding-top: 1px;
	color:#686D77;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.dtree a.node1:hover {
	background-color:#FEDE72;
	color:#686D77;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
.dtree a.node1:visited {
	color:#686D77;
	text-decoration:none;
}
.dtree a.node2 {
	font-size: 9px;
	padding-left:8px;
	padding-top:1px;
	padding-bottom:2px;
	margin-bottom: 2px;
	background-color:#ffffff;
	color:#686D77;
}
.dtree a.node2:hover {
	background-color:#FEE796;
	color:#686D77;
	text-decoration:none;
}
.dtree a.node3 {
	font-size: 9px;
	color: #686D77;
	padding: 2px 0 2px 5px;
	background-color:#ffffff;
	margin-bottom: 2px;
}
.dtree a.node3:hover {
	background-color: #FEEDB4;
	text-decoration:none;
}
.dtree a.node4 {
	font-size: 9px;
	line-height: 14px;
	color: #686D77;
	padding-left: 17px;
	margin-bottom: 1px;
	margin-left: 10px;
	background-color: #ffffff;
}
.dtree a.node4:hover {
	background-color: #FFFAEA;
}
