.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 'siemens_sansroman';
	font-size:16px;

}



.treeview li { 
	margin: 0;
	padding: 0px 0px 0px 0px;
	display:block;
	color:#000;
}

.treeview a {
text-decoration:none;
color:#000000;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover {}

.treeview span {display:block; cursor:pointer; padding:5px 8px; color:#FFFFFF}


.treeview li.collapsable {background:url(../../images/minus.html) no-repeat right 5px #7d7d7d;}
.treeview li.expandable {background:url(../../images/plus.html) no-repeat right 5px #7d7d7d; border-bottom:1px solid #a09a9a; }
.treeview li {background:#7d7d7d; border-bottom:1px solid #a09a9a;}


.treeview li ul { margin-top:0px;}
.treeview li ul li.collapsable {background:url(../../images/minus.html) no-repeat right 5px #c8c7c7; }
.treeview li ul li.expandable {background:url(../../images/plus.html) no-repeat right 5px #c8c7c7; margin-bottom:0px; border-bottom:1px solid #d6d3d2;}
.treeview li ul li {background:#cdcdcd; border-bottom:1px solid #8c8382;}
.treeview li ul li a span {color:#000; }
.treeview li ul li span {color:#000; }




.treeview li ul li ul li.collapsable {background:url(../../images/minus.html) no-repeat right 10px #dcdbdb; }
.treeview li ul li ul li.expandable {background:url(../../images/plus.html) no-repeat right 10px #dcdbdb; margin-bottom:0px; border-bottom:1px solid #fff; }
.treeview li ul li ul li {background:#dcdbdb;  border-bottom:1px solid #8c8382; color:#000000; }
.treeview li ul li ul li a span {color:#000; }
.treeview li ul li ul li.last { border-bottom:none;}


.treeview li ul li ul li ul li.collapsable { background:#00ff00; }
.treeview li ul li ul li ul li.expandable {background:url(../../images/plus.html) no-repeat right 10px #fff; margin-bottom:0px; border-bottom:1px solid #e2e2e2; }
.treeview li ul li ul li ul li {background:#fff;  border-bottom:1px solid #e2e2e2; font-size:13px; line-height:20px;}
.treeview li ul li ul li ul li span {padding:5px 8px 5px 8px;}
.treeview li ul li ul li ul li.last { border-bottom:none;}





.treeview .expandable-hitarea { }


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