﻿.NodeStyle 
{
	font-size:11px;
	color:#000000;
}
.CurrentNodeStyle 
{
	font-size:11px;
	font-weight:bold;
	color:#000000;
}
.CurrentNodeStyle:hover 
{
	font-size:11px;
	font-weight:bold;
	color:#045a8d;
}
.RootNodeStyle 
{
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
.RootNodeStyle:hover
{
	font-size:11px;
	color:#cccccc;
}
.PathSeparatorStyle
{
	font-size:11px;
	color:#000000;
}