@media all {
M\:n{
	behavior: url(treenode.htc) ;
}
}

.treeview_folder{
	cursor : default;
	position : relative;
	font : 12px Arial, Helvetica, sans-serif;
	left : 19px;
}
.treeview_folder .label{
	color : black;
}
.treeview_folder .label_hilite{
	background-color : #1478EB;
	color : white;
}
.treeview_node{
	cursor : default;
	position : relative;
	font : 12px Arial, Helvetica, sans-serif;
	left : 38px;
} 
.treeview_folder .treeview_node .label{
	color : #1478EB;
}
.treeview_folder .treeview_node .label_hilite{
	background-color : #1478EB;
	color : white;
}
.treeview_node A:VISITED {
	color : #FF8C00;
	text-decoration : none;
}
.treeview_node A:LINK {
	color : #FF8C00;
	text-decoration : none;
}