.treeview, .treeview ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	
}

.treeview ul {
	margin-top: 0px;
}

.treeview a {
	 PADDING: 5px; FONT: bold; COLOR: #FD8BD9; HEIGHT: 15px; TEXT-DECORATION: none; padding-top:5px; margin-bottom:2px; 
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-right: 25px;
	float: right;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	background-image:url(/img/interface/fdnavright.gif); background-repeat:no-repeat;
	margin: 0;
	padding: 5px 0pt 2px 0px;
}

.treeview li:hover { 
	background-image:url(/img/interface/fdnavright.gif); background-position:0px -27px; background-repeat:no-repeat;
} 
.treeview li.selected { 
	background-image:url(/img/interface/fdnavright.gif); background-position:0px -27px; background-repeat:no-repeat;
} 

.treeview li ul li { 
	font-size:10px;
}

.treeview li ul li a{ 
	color:#888;
}

.treeview li ul li ul li { 
	font-size:9px;
}

.treeview li ul li ul li a{ 
	color:#aaa;
}

.treeview li ul li ul li ul li { 
	font-size:10px;
}

.treeview a.selected { 
	color:#069;
	
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover { 
	color:#069;
	
}




.treeview .expandable-hitarea { background-position: -80px -3px; }


