/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree            { color: #006495; font-size: 10px; font-family: Arial; font-weight: normal; white-space: nowrap; margin-left: 5px }
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a      { color: #006495; text-decoration: none }
.dtree a.node, .dtree a.nodeSel  { white-space: nowrap; padding: 0 1px }
.dtree a.node:hover, .dtree a.nodeSel:hover         { color: #006495 }
.dtree a.nodeSel          { color: #666; font-weight: 900 }
.dtree .clip {
	overflow: hidden;
}

