/*tree*/
.dtree {
	padding:0;
	margin:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
	white-space: nowrap;
	clear:both;
	overflow:hidden;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
        border: 0;
	color: #3F800F;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
        border: 0;
    	/*padding: 0px 2px;*/
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
    border: 0;
	color: #FFFFFF;
	text-decoration: none;
	background-color:#030;
	border-radius:3px;
	padding:0 2px 2px 2px;
}
.dtree a.nodeSel {
        border: 0;
	background-color: #030;
	color:#FFFFFF;
}
.dtree .clip {
        border: 0;
	overflow: hidden;
}
#tjnr0001{ width:200px; background-color:#fff; text-align:left; padding:5px 0 0 6px; min-height:476px;}
#tjnr0001 li {width:30%; float:left; display:inline; margin:0 3px;}
/*/tree;*/

