.TreeView 
{ 
	width: 200px;
	margin-top: 28px;
}

.TreeNode *
{
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;	
	text-indent: 20px;
}	

.TreeNode 
{ 
	cursor: default;
	color: #007cba;
	background-image: url(../images/menu_nonselectedbackground.jpg);
	padding-top: 6px;
	padding-bottom: 2px;
	background-repeat: repeat-y;
	margin-top: 0px;
	} 
	
.HoverNodeRow *
{
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;	
	text-indent: 20px;
}	
	
.HoverNodeRow
{
  	cursor: default;
	color: #007cba;
	background-image: url(../images/menu_selectedbackground.jpg);
	padding-top: 6px;
	padding-bottom: 2px;
	background-repeat: repeat-y;
	margin-top: 0px;
	}	
	
.ChildTreeNode *
{
	font-size: 12px;
}	
	
.ChildTreeNode 
{ 
	color: #008FD6;
	cursor: default;
	text-indent: 35px;
	padding-top:2px;
	padding-bottom:3px;

	margin-top:0px;
	} 
	
.ChildHoverNodeRow *
{
	font-size:12px;
	font-weight: bold;
}	
	
.ChildHoverNodeRow
{ 
	color: #008FD6;
	cursor: default;
	text-indent: 35px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-top:0px;
	} 

