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

.treeview ul {
	background-color: white;
	margin-top: 4px;
}

.treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 5px 0px 5px 10px ;
}

#treecontrol { margin: 1em 0; display: none; }

.treeview .hover {cursor: pointer;color:#0099FF }

.treeview li {background:url(../dictionary/images/lineX.gif) bottom left repeat-x;}
.treeview li ul li {background:url(../dictionary/images/arrow_list.jpg) center left no-repeat;padding: 2px 0px  2px 9px;}
.treeview li.collapsable, .treeview li.expandable { }

.treeview .expandable-hitarea {}

.treeview li.lastCollapsable, .treeview li.lastExpandable {background:url(../dictionary/images/lineX.gif) bottom left repeat-x; }  


.treeview div.lastCollapsable-hitarea, .treeview div.lastExpandable-hitarea { background-position: 0; }