.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	/*background-color: white;*/
	margin-top: 4px;
}

.treeview .hitarea {
	cursor: pointer;
	width:150px;
	height:17px;
	position:absolute;
	z-index: 1000;
}
/* fix for IE6 */
* html .hitarea {
	/*display: inline;*/
	float:none;
}

.treeview li {
	background: url(/images/celkereszt.png) no-repeat 0 2px;
	padding-left: 25px; 
	line-height: 18px;
	margin-bottom: 10px; 

}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: #444; cursor: pointer; }
