.x42Treeview, .x42Treeview ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.x42Treeview ul {
	margin-top: 4px;
}
.x42Treeview .hitarea {
	height: 16px;
	width: 16px;
	margin-left: -16px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}
.x42Treeview li {
	margin: 0;
	padding: 3px 0pt 3px 16px;
}
#treecontrol { margin: 1em 0; display: none; }
.x42Treeview a:hover,
.x42Treeview a:focus,
.x42Treeview a:visited{
	text-decoration: none !important;
}

.x42Treeview .hover {cursor: pointer; }
.x42Treeview .expandable-hitarea { background: url(/r01commonresources/r01gContainerVA/images/legesarea/x42Expandable.gif) no-repeat}
.x42Treeview .collapsable-hitarea{ background: url(/r01commonresources/r01gContainerVA/images/legesarea/x42Collapsable.gif) no-repeat}
