/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

.dtree {
	font-family: Arial, sans-serif;
	padding: 6px 3px 6px 3px;
        font-size: 14px;
        font-weight: normal;
	color: #212063;
	white-space: nowrap;
	text-align: left; /* as IE and Opera have "center" as default */
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #212063;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 2px 4px 2px 4px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #fff;
	background-color: #8a9bbe;
	/* text-decoration: underline; */
	background : #8a9bbe url(../images/sdmenu/linkarrow.gif) no-repeat right center;
	padding: 2px 25px 2px 4px;
}
.dtree a.nodeSel {
	color: #fff;
	background-color: #8a9bbe;
        /* font-weight: bold; */
}
.dtree .clip {
	overflow: hidden;
}
