
ul.treeview div.hitarea
{
	/*
	background: transparent url(../images/jquery.treeview/treeNavIcon.gif) 0px 0px no-repeat;
	height: 15px;
	width: 15px;
	margin-left: -20px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	top: 2px;
	position: relative;
	*/
	display: none;
}

ul.treeview div.expandable-hitarea
{
	/*background-color: transparent;*/
}

ul.treeview div.collapsable-hitarea
{
	/*background-color: transparent;
	background-position: 0px -100px;*/
}

ul.treeview div.collapsable-hitarea:hover
{
	/*background-color: #92278f;
	background-position: 0px -150px;*/
}

ul.treeview div.expandable-hitarea:hover
{
	/*background-color: #92278f;
	background-position: 0px -50px;*/
}

div#nav ul.treeview a.selected
{
	/*background-color: #ed3312;*/
}

/* fix for IE6 */
* html ul.treeview div.hitarea
{
	/*display: inline;
	float: none;*/
}