.treeview, .treeview ul { 
	padding: 0.5em 0 0 2em;
	margin: 0;
	list-style: none;
}
.treeview ul {
	margin-top: 4px;
}
.treeview .hitarea {
	background: url(images/menu-expanded.gif) no-repeat;
	background-position:50% 50%;
	height: 16px;
	width: 16px;
	margin-left: -16px;
	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 {
	color:#000;
	text-decoration:none;	
}
.treeview  li.page_item  {
	background: transparent url("../images/menu-leaf.gif") no-repeat 0 .35em;
}
.treeview  li.expandable {
	background: none !important;
}
.treeview  li.collapsable {
	background: none !important;
}
.treview a{
	text-decoration:none;
}
#treecontrol { margin: 1em 0; display: none; }

.treeview .hover {cursor: pointer;}

.treeview .expandable-hitarea { 
	background: url(images/menu-collapsed.gif) no-repeat; 
	background-position:50% 50%;
}