//树型菜单样式表
.dtree {color: #000000;font-size: 12.00px;	white-space: nowrap;}
.dtree img  {border: 0px;	vertical-align: middle;}
.dtree a   {color: #000000;font-size: 12.00px;	text-decoration: none;}
.dtree a.node{color: #000000;white-space: nowrap;padding: 1px 2px 1px 2px;}
.dtree a.nodeSel {color: #000000;font-size: 12.00px;	white-space: nowrap;	padding: 1px 2px 1px 2px;}
.dtree a.node:hover {color: #000000;font-size: 12.00px;	text-decoration: underline;}
.dtree a.nodeSel:hover {color: #000000;	font-size: 12.00px;text-decoration: underline;}
.dtree a.nodeSel {background-color: #cfdfef;font-size: 12.00px;}
.dtree .clip {overflow: hidden;}
