/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landr�               |
|--------------------------------------------------*/

.dtree {
	font-family:微软雅黑;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtreeNode:nth-child(1){ display:none;}
.dTreeNode{ padding-left:10px; height:42px;}
.dTreeNode img{ display:none;}
.dTreeNode a{ background:url(http://mzt.jiangsu.gov.cn/picture/219/2510281717123578730.png) left center no-repeat; padding-left:22px}
#dd0 .dTreeNode:last-child{ display:none;}
.dtree a {
	color: #333;
	font-size:16px;
	text-decoration: none;line-height: 28px;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}