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

.dtree {
	font-family: CALIBRI;
	color:#5f5f5f; 
	
	white-space:nowrap;
	
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	float:left;
	padding-top:5px;
	
}
.dtree a {
	color: #333;
	text-decoration: none;
	font-size:14px;

}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 0px 2px 0px 2px; text-decoration: none; display:block; height:28px; line-height:28px; 
	
	border-bottom:solid 1px #CCCCCC; text-align:left;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #F18637;


}
.dtree a.nodeSel {
/*	background:url(images/leftmenuhoverbg.jpg) top no-repeat;*/
	color:#F18637;
	font-weight:bold
}
.dtree .clip {
	overflow: hidden;
}
.dtree .maincat {
	float:left; width:250px; padding-left:5px; color:#5f5f5f; font-size:12px;
}

