.TreeView td
{
	cursor:default;
	color : #0090A3;
}

.HoverTreeNode 
{
	height: 19px;
}

.SelectedTreeNode 
{ 
	height: 19px;
}

.RowTreeNode 
{
	height: 19px;
}

.TreeNodeRow 
{
	background-image: url(../img/menuBg.jpg);
	height: 19px;
	padding-top: 1px;
}

.HoverTreeNodeRow 
{
	background-image: url(../img/menuBgHover.jpg);
	padding-top: 1px;
	height: 19px;
	color: #205893; 
}

.SelectedTreeNodeRow 
{ 
	background-image: url(../img/menuBgHover.jpg); 
	padding-top: 1px;
	height: 19px;
}

.Empty
{
	height: 19px;
}
