.TreeNode 
{ 
	color: #3f3f3f;	
	cursor: hand;
	padding-left: 3px;
	text-decoration: none;
	text-transform:uppercase;
	width:270px;
	font: bold 12px/1.85em Sans;
}

.TreeNodeOver 
{ 
	color: #fff;			
	cursor: hand;
	padding-left: 3px;
	text-decoration: none;
	text-transform:uppercase;
	font: bold 12px/1.85em Sans;
	background-color: #29c0e5;
	border-right: 2px solid #29c0e5;
	border-left: 2px solid #29c0e5;
}

.TreeNodeSelect 
{  
	color: #3f3f3f;	
	cursor: hand;
	padding-left: 3px;
	text-decoration: none;
	text-transform:uppercase;
	width:270px;
	font: bold 12px/1.85em Sans;
	background-color: #fff500;
	border-left: 1px solid #fff500;
	border-right: 3px solid #fff500;
}

.TreeNodeDisabled
{ 
	color: gray;	
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
	font: 10px/1.85em Sans;
}


.TreeContextItem
{
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#474747;
	width:100%; 
	text-align: left;
	font: 12px Sans;
}
 
.TreeContextItemOver
{
	cursor: pointer;
	cursor: hand;
	padding-left:4px;
	height:24px;
	background-color:#474747;
	width:100%; 
	text-align: left;
	font: 13px Sans;
}
 
.TreeNodeEdit 
{
	border:1px gray solid;
	margin-left: 3px;  
	text-align: left;
	font: 10px Sans;
}

