
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
	font-weight: normal;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #b82050;
	text-decoration: none;
	font-weight: normal;
}
.dtree a.nodeSel {
	color: #b82050;
}
.dtree .clip {
	overflow: hidden;
}
b {
	font-weight: bold;
	color: #1DB19F;
}
.menubg {
	background-color: #EDFEFC;
	border-right: 1px solid #1DB19F;
	border-left: 1px solid #1DB19F;
	width: 188px;
	padding-right: 3px;
	padding-left: 3px;
	padding-top: 5px;
}
