.TreeNode 
{ 
	font-family: Trebuchet MS;
	font-size: 11px; 
	color: #333;	
	padding-left: 3px;
	text-decoration: none;
}

.TreeNodeOver 
{ 
	font-family: Trebuchet MS; 
	font-size: 11px; 
	color: #333; 	
	text-decoration: underline; 
	cursor: pointer;
	cursor: hand;
	padding-left: 3px;
}

.TreeNodeSelect 
{ 
	font-family: Trebuchet MS; 
	font-size: 11px; 
	color: #333; 
	background: #FFC875; 	
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
	margin-left: 3px;	
}

.TreeNodeDisabled
{ 
	font-family: Trebuchet MS;
	font-size: 11px; 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
}