﻿body
{
}
.treeItem
{
	width: 170px;
	color: #358CC7;
	text-decoration: underline;
	padding: 3px 0 3px 0px;
}
.treeItem:hover
{
	color: #003AB9;
	text-decoration: none;
}
.treeItemLeaf
{
	width: 170px;
	color: #CC0000;
	text-decoration: none;
}
.treeItemLeaf:hover
{
	width: 170px;
	color: #660000;
}