ul#lwAjaxTree_root li.lwAjaxTree_li {
	display: 		list-item;
	list-style-type:	none;
}

ul#lwAjaxTree_root li.lwAjaxTree_li a.lwAjaxTree_control, ul#lwAjaxTree_root li.lwAjaxTree_li span.lwAjaxTree_spacer {
	text-decoration: 	none;
	border:			none;
	padding:		0mm;
	margin-right:		1em;
	font-family:		monospace;
	/* if you don't like our spacer, you can remove the
	   generating of the span.spacer element in the
	   XSLT and set	
		margin-left:		-2em;
	   here. unfortunately this css rule has
	   side effects in msie :-( 
	*/
}

