.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	/*background: url(/css/images/treeview-default.gif) -64px -25px no-repeat;*/ 
	background: url(/css/images/plusminus.gif) no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -20px;
	margin-top:1.5em;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

.treeview .hover { color: red; cursor: pointer; }

.treeview li { background: url(/css/images/treeview-default-line.gif) 0 0 no-repeat; }

.treeview .expandable-hitarea { /*background: url(/css/images/plus.gif) no-repeat;*/}
.treeview .collapsable-hitarea { /*background: url(/css/images/minus.gif) no-repeat;*/ background-position:bottom; }

.treeview-famfamfam li { background-image: url(/css/images/treeview-famfamfam-line.gif); }
.treeview-famfamfam .hitarea { /*background: url(/css/images/plus.gif) no-repeat;*/ } 

.treeview li.collapsable .collapsable-hitarea{/*background: url(/css/images/minus.gif) no-repeat;*/} 
.treeview li.expandable .expandable-hitarea{ /*background: url(/css/images/plus.gif) no-repeat;*/ }
.treeview li.expandable .sidebarLink {position:relative; bottom:14px;}
.treeview li.collapsable .sidebarLink {position:relative; bottom:14px;}
