.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: #dcdcdc;
	margin-top: 0px;
}

.treeview .hitarea {
	/*background: url(../images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;*/
	display:none;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding:0px 5px 0px 15px;
}

.treeview a.selected {
	font-weight:bold;
	text-decoration:underline;
}

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

.treeview .hover { text-decoration:none; cursor: pointer; }

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

.treeview li.lastCollapsable, .treeview li.lastExpandable { }  
.treeview li.lastCollapsable { }
.treeview li.lastExpandable {  }

.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: -80px -3px;  }

