.MenuClass
{
	background-color: white;
	border: outset 1px;
}

.NodeDefault
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 12px;
	cursor: hand;
	text-decoration: none;
	color: Black;	 
}

.NodeIconDefault
{
	cursor: hand;
	padding: 2px 2px 2px 2px;
}

.ChildNodeDefault,
.SpecialNode
{
	font-family: Verdana, Arial, Times New Roman;
	font-size: 12px;
	cursor: hand;
	text-decoration: none;
  font-weight: bold;
	color: Black;
	padding: 2px 2px 2px 2px;
}

.SpecialNodeHover
{
	background-color: green;
	color: White;
}

.DisabledNode
{
	color: Gray;
}

.SelClass
{
	background-color: Navy;
	color: White;
}

.HoverClass
{
	background-color: #cccccc;
	color: White;
}
