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