.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	padding-top:1px;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
	margin-bottom: 4px;
}

.treeview .hitarea {
	background: url(/images/admin/folder-closed.gif) no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	margin-top:2px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	margin-top: 2px;
	margin-bottom: 2px;
	padding: 0px 0pt 0px 16px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }
.treeview .hover { cursor: pointer;}
.treeview li { background: url(/images/admin/file.gif) 0 2px no-repeat; }
.treeview li.collapsable, .treeview li.expandable { background: url(/images/admin/folder.gif) no-repeat;  }
.open a.menulink{ 
		color:#36638e;
		background-color:#FFFFFF;
		border:1px solid #36638e;
}
.treeview .expandable-hitarea { background-image: url(/images/admin/folder-closed.gif);}
.treeview .collapsable-hitarea { background-image: url(/images/admin/folder.gif);}