/*--------------------------------------------------|
| Tree Menu 										|
|--------------------------------------------------*/

.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	padding: 2px 0px 0px 0px;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333 !important;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	text-decoration:none;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333 !important;
	text-decoration: none;
}
.dtree a.nodeSel {
	/*font-weight:bold;*/
	text-decoration:none;
	color: #333 !important;
}
.dtree .clip {
	overflow: hidden;
}