.TreeNode 
{ 
	font-family: Arial, Tahoma;
	font-size: 12px; 
	color: #ffffff;	
	padding-left: 1px;
	text-decoration: none;
}

.TreeNodeOver 
{ 
	font-family: Arial, Tahoma; 
	font-size: 12px; 
	color: #ffffff; 	
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 1px;
}

.TreeNodeSelect 
{ 
	font-family: Arial, Tahoma; 
	font-size: 12px; 
	color: #f6ce4b; 
	 	
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	margin-left: 1px;	
}

.TreeNodeDisabled
{ 
	font-family: Arial, Tahoma;
	font-size: 12px; 
	color: gray;	
	padding-left: 1px;
	text-decoration: none;
	cursor: default;
}