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

.treeview li, .navigation ul,.navigation li {
    list-style: none;
    
}
.treeview a {
    font-family: Arial,Verdana;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    padding-left: 4px;
}
.treeview ul {
	background-color: white;
	margin-bottom: 4px;
}
.treeview .hitarea {
	background: url(/images/treeview-default.gif) -32px -23px no-repeat;
	height: 14px;
	width: 16px;
	margin-left: 0px;
	float: left;
	cursor: pointer;       
}
.treeview .hitareadisclick {
	background: url(/images/treeview-default.gif) -1px -67px no-repeat;
	height: 14px;
	width: 16px;
	margin-left: 0px;
	float: left;       
}
.treeview .first-level > .hitareadisclick {
 background: url(/images/treeview-default.gif) -16px -45px no-repeat;   
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.treeview li { 
	margin: 0;
	padding: 0px 0pt 0px 16px;
        line-height: 14px;
}
.treeview a.selected,.treeview .hover  {
	text-decoration: underline; cursor: pointer;
}
.treeview li.collapsable, .treeview li.expandable { background-position: 0 -176px; }
.treeview .expandable-hitarea { background-position: -48px -1px; }