DIV.dTree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
/*	text-decoration: none;	*/
	white-space: nowrap;
}
DIV.node {
	height: 18px;
/*	left: 0.5em;	*/
/*	overflow: hidden;	*/
/*	position: relative;	*/
}
DIV.node IMG {
/*	border: 1px solid black;	*/
	border: none;
	float: none;
	vertical-align: middle;
}
DIV.clip {
/*	overflow: hidden;	*/
}
A.node0, A.node1 {
/*	padding: 1px 6px 2px 2px;	*/
	padding: 1px 3px 2px 2px; /*20091215*/
	text-decoration: none;
/*	white-space: nowrap;	*/
}
A.node0 {
	background-color: transparent;
	color: #fff;
}
A.node1 {
	background-color: #777;
	color: #fff;
}
A.node0:hover, A.node1:hover {
	text-decoration: underline;
}
