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

.dtree {
	
	color:#5f5f5f; 
	
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
	float:left;
	padding-top:8px; padding-left:3px;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 0px 2px 0px 2px; text-decoration: none; display:block; height:35px; line-height:35px; background: url(images/leftmenubg.jpg) top no-repeat;  text-align:left;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #5f5f5f;

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

.dtree a, .dtree a:focus,.dtree a:hover{ outline:none; text-decoration:none;}




.dtree .clip#dd1, .dtree .clip#dd127{ background-color:#ececec; padding:10px;}
.dtree #sd1.node,   .dtree #sd1.nodeSel, .dtree #sd127.node, .dtree #sd127.nodeSel{ background-color:#013476;  color:#fff; border-bottom:1px #fff solid}


.dtree .clip#dd1, .dtree .clip#dd128{ background-color:#ececec; padding:10px;}
.dtree #sd1.node,   .dtree #sd1.nodeSel, .dtree #sd128.node, .dtree #sd128.nodeSel{ background-color:#013476;  color:#fff; border-bottom:1px #fff solid}


#sd0.node, #sd0.nodeSel{ background-color:#a3d8f8; height:39px; font-size:18px; line-height:39px; padding:3px 10px !important;  color:#000;}


.dtree .clip .clip .clip{ background-color:#fff; padding:5px;}




