.treeview, .treeview ul { 
	padding: 0;
	margin: 0 0 0 18px;
	list-style:none;
}

.treeview ul {
	background-color: white;
	margin-top: 0px;
	/*color:#003366;*/
    font: 9pt Tahoma;	
}


.treeview .hitarea 
{
	background-image: url(/IMG/treeview/minus.png);
	background-repeat:no-repeat;
	height: 18px;
	width: 18px;
	margin-left: -18px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
html .hitarea {
	display: inline;
	float:none;
}


.treeview li { 
	margin: 0;
	padding: 0pt 0pt 6px 0px;
}

.treeview li.root  
{
	/*color:#003366;*/
    font: 9pt Tahoma;
    text-transform:uppercase;
}

.treeview li.item  
{
	/*color:#003366;*/
    font: 9pt Tahoma;
    text-transform:none;
}

#treecontrol  
{
	margin: 1em 0; 
	display: none; 
}

.treeview .hover 
{ /*color: #003366; */
  cursor: pointer; 
  text-decoration:underline;
}


.treeview .expandable-hitarea  
{
	background-image: url(/IMG/treeview/plus.png);
	background-repeat:no-repeat;
	height: 18px;
	width: 18px;
	margin-left: -18px;
	float: left;
	cursor: pointer;
}

