
.treeview .hitarea {
	background: url(../images/ico/list.png) 4px 5px no-repeat;
	height: 12px;
	width: 12px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}

#submenu .treeview .hitarea {
	background: url(../images/ico/submenu.png) 4px 4px no-repeat;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }
