.treeview, .treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(images/treeview-black-he.gif) -64px -28px no-repeat;
	height: 16px;
	width: 16px;
	float: right;
    margin-left:5px;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:right;
}

.treeview li {
	margin: 0;
	padding: 3px 8px 3px 16px;
}

.treeview a.selected {
	background-color: #eee;
}
.collapsable ul{
    margin-right:10px;
}
.treeview .expandable-hitarea { background-position: -80px -7px; }
.treeview
{
    font-size:16px;
}