
ul.treeview div.hitarea
{
	background: transparent url(../images/treeNavIcon.gif) 0px 0px no-repeat;
	height: 15px;
	width: 15px;
	margin-left: -20px;
	float: left;
	cursor: pointer;
	overflow: hidden;
	top: 2px;
	position: relative;
}

ul.treeview div.expandable-hitarea
{
	background-color: transparent;
}

ul.treeview div.collapsable-hitarea
{
	background-color: transparent;
	background-position: 0px -100px;
}

ul.treeview div.hitarea:hover
{
	background-color: #ffffff;
}

div#nav ul.treeview a.selected
{
	background-color: #ed3312;
}

/* fix for IE6 */
* html ul.treeview div.hitarea
{
	/*display: inline;
	float: none;*/
}