/* Tree Style */
/* box style for mouseout state */
.mout {
	width: 100%;
	padding: 0px;
}
/* box style for mouseover state */
.mover {
	width: 100%;
	padding: 0px;
}

/* This sets text style for mouseout state */
#tree a,
#tree a:link,
#tree a:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

/* This sets text style for mouseover state */
#tree a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0000;
}