.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	
	margin-top: 4px;
}

.treeview .hitarea {

    padding-top: 4px;
	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: 1px 0pt 3px 16px;
}

.treeview a.selected {
	
}

.treeview a {
    color: #fff;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover {}

.treeview li {
    background: url("grafik/menuTextBg.png") repeat-x;
    line-height: 21px;
}

.treeview li ul li
{
    background: transparent;
}
.treeview li.collapsable, .treeview li.expandable {}

.treeview .expandable-hitarea { background: url(img/plus.gif) no-repeat center center; }
.treeview .collapsable-hitarea { background: url(img/minus.gif) no-repeat center center; }



.treeview li.last { }
.treeview li.lastCollapsable, .treeview li.lastExpandable {}  
.treeview li.lastCollapsable { }
.treeview li.lastExpandable {  }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea {

}

