#treeview .hitarea {
	background: url('/media/structure/plus.gif') no-repeat 0px 4px; /*menu_arrow_down.gif*/
	height:20px;
	width:15px;
	margin-left:-12px;
	float:left;
	cursor:pointer;
}
/* fix for IE6 */
* html .hitarea {
	display:inline;
	float:none;
	margin-left:0px;
}

#treeview .collapsable-hitarea {
	background: url('/media/structure/minus.gif') no-repeat 0px 4px; /*menu_arrow_up.gif*/
}

#treeview .hover { cursor: pointer; }
