.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview
{
    margin-left: 10px;
}

.treeview, .treeview a
{
    font-size:12px;
    text-decoration:none;
	color:#575757;
}

.treeview .hover, .treeview a:hover
{
    color:#000000;
    text-decoration:none;
    cursor: pointer;
 }

.treeview .hitarea 
{
	margin-left: -16px;
	height:8px;
	width:8px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 0px 0px 2px 20px;
}

.treeview a.selected {
	background-color: #eee;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .expandable-hitarea { background: url(../../img/menu/collapse.gif) no-repeat center center; }
.treeview .collapsable-hitarea { background: url(../../img/menu/expanded.gif) no-repeat center center; }


