.treeview ul {

}

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

.treeview div.hitarea {
	height: 15px;
	width: 15px;
	margin-left: -15px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html div.hitarea {
	background: #fff;
	filter: alpha(opacity=0);
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

.treeview li a{
font-weight:bold;
}

.treeview li li{
padding-left:10px;
}

.treeview li li a{
font-weight:normal;
}
.treeview a.selected {

}

#treecontrol { margin: 1em 0; }

.treeview .hover { color: red; cursor: pointer; }

.treeview .collapsable { 
background:url(../images/tree-view/tv-collapsable.gif);
background-repeat:no-repeat;
}

.treeview .expandable { 
background:url(../images/tree-view/tv-expandable.gif);
background-repeat:no-repeat;
}