.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {

	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;

}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}


.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
    line-height: 22px;
}

.treeview a.selected {
    text-decoration: underline;
}

.treeview li.category_menu_li_
{
    background-color: #fff;
}
.treeview li.category_menu_li_alt
{
    background-color: #eaece7;
}

.treeview ul.menu_sub li
{
    background-color: inherit;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { color: red; cursor: pointer; }

.treeview li {}


.treeview .expandable-hitarea {background: url(img/plus.gif) no-repeat 3px 7px }
.treeview .collapsable-hitarea {background: url(img/minus.gif) no-repeat 3px 7px }

.treeview li.lastCollapsable { background: url(img/minus.gif) no-repeat 3px 7px }
.treeview li.lastExpandable { background: url(img/plus.gif)  no-repeat 3px 7px }

