.tree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 0px;
	white-space: nowrap;
	color: <font color="<%=Session("COLOR_FontMenu")%>">;
}
.tree img {
	border: 0px;
	height: 20px;
}
.tree a {
	color:white;
	text-decoration: none;
	cursor: hand;
}
.tree a:hover {
	color:white;
}

