#tree {
	position:relative;
	top:8px;
	left:8px;
	margin:0;
	padding:0;
	list-style:none;
}

#tree a {
	cursor: pointer !important;
	cursor: hand !important;
}

#tree ul {
	padding:0;
	margin-left: 13px !important;
	margin-top: 1px !important;
	list-style:none;
	vertical-align: middle;
}

a.selected:active, a.selected:visited, a.selected
{
	color:#ef5221;
}
