#myTree {
	overflow:hidden;
}
#myTree td {
	cursor:default;
	font-family:arial, sans-serif;
	color:#fff;
}
#myTree a {
	cursor:hand;
	color:#fff;
	text-decoration:none;
}
#myTree a:hover {
	text-decoration:underline;
}

.xt-n {
	padding-left:3px;
	padding-top:4px;
	font-size:13px;
	line-height:15px;
}

.xt-r-fo {
	font-weight:bold;
	cursor:default;
}

#myTree a.xt-active {
	color:#FFFF00;
	text-decoration:none!important;
}

#myTree2 {
	overflow:hidden;
}

#myTree2 td {
	cursor:default;
	font-family:arial, sans-serif;
	color:#fff;
}

#myTree2 a {
	cursor:hand;
	color:#fff;
	text-decoration:none;
}

#myTree2 a:hover {
	text-decoration:underline;
}

#myTree2 a.xt-active {
	color:#FFFF00;
	text-decoration:none!important;
}