.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12.7px; /*字号*/
	color: #333333;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	color: #333333;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover 
{
	color: #FFFFFF;            /*光标移上去的字体颜色*/
	background-color: #316AC5; /*光标移上去的背景颜色*/
	text-decoration: none;
}
.dtree a.nodeSel 
{
	color: #2A00E1;             /*选中后的字体颜色*/
	background-color: #FFFFFF;  /*选中后的背景颜色*/
}
.dtree .clip {
	overflow: hidden;
}
