/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {

}
.dtree img {

}
.dtree a {
	display: block;
	width: 100%; height: 22px;
	line-height: 20px;
	color: #464646;
	border-bottom: 1px solid #f2f2f2;
}


.dtree a.node, .dtree a.nodeSel {
	background: transparent url("../images/leftmenu.png") no-repeat right -195px;

}
.dtree a.node:hover, .dtree a.nodeSel:hover { 
background: transparent url("../images/leftmenu.png") no-repeat right -295px;
text-decoration:none;
}

.dtree a.nodeSel {  }

.dtree .clip {
	overflow: hidden;
}