
div#mytree {
 
 } 

.mooTree_node {
	font-family: Arial;
	font-size: 10px;
	white-space: nowrap;
}

.mooTree_text {
	color: #000040;
	height: 18px;
	cursor: pointer;
}

.mooTree_img {
	float: left;
	width: 18px;
	height: 18px;
	overflow: hidden;
}

.mooTree_selected	 {
	background-color: #e0f0ff;
	font-weight: bold;
}

