.dtree img {
   border: 0px;
   vertical-align: middle;
}
.dtree{
   font-family: Tahoma, Arial, sans-serif;
   font-size: 12px;
   font-weight: normal;
   padding-left: 7px;
   color: #fff;
}
.dtree a.node:link, .dtree a.node:active, .dtree a.node:visited {
   font-family: Tahoma, Arial, sans-serif;
   font-size: 12px;
   font-weight: normal;
   padding: 2px;
   color: #fff;
   text-decoration: none;
}
.dtree a.node:hover{
   font-family: Tahoma, Arial, sans-serif;
   font-size: 12px;
   font-weight: normal;
	padding: 2px;
   color: #fff;
   text-decoration: underline;
}
.dtree a.nodeSel:link, .dtree a.nodeSel:active, .dtree a.nodeSel:visited{
   font-family: Tahoma, Arial, sans-serif;
   font-size: 11px;
   padding: 2px;
   color: #fff;
   text-decoration: none;
}
.dtree a.nodeSel:hover{
   font-family: Tahoma, Arial, sans-serif;
   font-size: 11px;
   padding: 2px;
   color: #fff;
   text-decoration: underline;
}


