.treeview ul{margin:0 0 0 0;padding:0 0 0 0}
.treeview li{list-style-type:none;float:left;display:block;font-size:12px}
.treeview a{color:#000;width:160px;text-decoration:none;float:left;display:block;padding:7px 5px 7px 35px; outline: none;}
* html .treeview a{width:150px}
.treeview a:hover{text-decoration:none;background-position:center left}
.treeview li{
	padding: 3px 0px 0px 16px;
}
* html .treeview li{
	padding: 3px 0px 0px 16px;
}
.treeview, .treeview ul { 
	margin-left:-5px;
}
* html .treeview, .treeview ul { 
	margin-left:-5px;
}
.treeview a.selected{
	
	text-decoration:none;
	background-position:center left
}

.treeview .hover { color: red; }

.treeview li { background: url(/themes/images/admin/treeview-default-line.gif) 0 0 no-repeat; } .treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(/themes/images/admin/treeview-default.gif); } 

.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last { background-position: 0 -1766px }
 
.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }

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

.treeview-red li { background-image: url(/themes/images/admin/treeview-red-line.gif); }
.treeview-red .hitarea, .treeview-red li.lastCollapsable, .treeview-red li.lastExpandable { background-image: url(/themes/images/admin/treeview-red.gif); } 

