.text {	margin-top: -30px;
}
.treeview, .treeview ul { padding: 0;	margin: 0;list-style: none;
}
.treeview a, .treeview span { color: #ffffff;  text-decoration: none;
}
.treeview ul {	margin-top: 4px;
}

.treeview .hitarea {
	background: url(tree/treeview-default_nva.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -20px;
	float: left;
	cursor: pointer;
}
.text .treeview .hitarea {
	background: url(tree/treeview-default_nva2.gif) -64px -25px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -20px;
	float: left;
	cursor: pointer;
}
/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li { 
	margin: 0;
	padding: 3px 0pt 3px 20px;
	list-style: none;
}

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

.treeview .hover { color:#00437A; cursor: pointer; }

.treeview li { background: url(tree/treeview-default-line.gif) 0 0 no-repeat; }
.text .treeview li { background: url(tree/treeview-default-line2.gif) 0 0 no-repeat; }

.treeview li.collapsable, .treeview li.expandable, .text .treeview li.collapsable, .text .treeview li.expandable { background-position: 0 -176px; }

.treeview .expandable-hitarea, .text .treeview .expandable-hitarea { background-position: -80px -3px; }

.treeview li.last, .text .treeview li.last { background-position: 0 -1766px; }

.treeview li.lastCollapsable, .treeview li.lastExpandable { background-image: url(tree/treeview-default_nva.gif); } 

.text .treeview li.lastCollapsable, .text .treeview li.lastExpandable { background-image: url(tree/treeview-default_nva2.gif); }  

.treeview li.lastCollapsable { background-position: 0 -111px }
.treeview li.lastExpandable { background-position: -32px -67px }
.text .treeview li.lastCollapsable { background-position: 0 -111px }
.text .treeview li.lastExpandable { background-position: -32px -67px }

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

.treeview .selected_tree_item { color:#00437A; text-decoration: underline; } 
.text a, .text span{color: #00437A;  text-decoration: none;}
.tree-menu a:hover, .tree-menu span:hover, .text span:hover { color:#00437A; text-decoration: underline; }
.tree-menu { padding: 15px; }
.tree-menu h3{ color: #FFFFFF; padding: 7px 7px 7px 15px; border: 1px solid #FFFFFF; font: normal 16px "Segoe UI", Arial, Tahoma; background: #4d9cba; }
.tree-menu p { background: url(tree/treeview-default-line.gif) 0px -20px no-repeat; display: block; }