.TreeNode
{
	font:700 11px Arial, Helvetica, sans-serif;
	color: #471a13;
	text-align: left;
	text-decoration: none;
	valign: middle;
	background-color: none;
	background-repeat: no-repeat;
	background-position: top left;
	/*width: 170px;*/
	line-height: 20px;
	border: 0px;
	margin: 0;
	padding: 2px 25px 2px 0px; 
	cursor: hand;
	display: inline;
}

.TreeNodeOver
{
	font:700 11px Arial, Helvetica, sans-serif;
	color: #a94534;
	text-align: left;
	valign: middle;
	background:none;
	/*width: 170px;*/
	line-height: 20px;
	border: 0px;
	margin: 0;
	padding: 2px 25px 2px 0px; 
	cursor: hand;
	display: inline;
	text-decoration:none;
}

.TreeNodeSelect 
{
	padding: 2px 25px 2px 0px;  
	font:700 11px Arial, Helvetica, sans-serif;
	color: #a94534;
	text-align: left;
	valign: middle;
	background:none;
	/*width: 170px;*/
	line-height: 20px;
	border: 0px;
	margin: 0;
	padding: 0px 25px 0px 0px; 
	cursor: hand;
	display: inline;
	text-decoration:none;
}


.TreeNodeDisabled 
{ 	
	padding: 2px 25px 2px 0px; 
	font: bold 11px Arial;
	color: gray;
	text-align: left;
	valign: middle;
	background:none;
	/*width: 170px;*/
	line-height: 20px;
	border: 0px;
	margin: 0;
	padding: 0px 25px 0px 0px; 
	border-bottom: 0px solid #add8e6; 
	cursor: hand;
	display: inline;
}


.TreeNodeLevel2
{
	padding: 0px 0px 0px 0px; 
	font: normal 8pt Arial;
	color: #471a13;
	text-indent: 5px;
	border: 0px;
	text-decoration: none;
}

.TreeNodeOverLevel2
{
	padding: 0px 0px 0px 0px;
	font: normal 8pt Arial;
	color: #a94534;
	text-indent: 5px;
	border: 0px;
	text-decoration: none;
	cursor: hand;
	border: 0px;
}

.TreeNodeSelectLevel2
{
	padding: 0px 0px 0px 0px;
	font: normal 8pt Arial;
	color: #a94534;
	text-indent: 5px;
	border: 0px;
	text-decoration: none;
	cursor: hand;
	border: 0px;
}

.TreeNodeLevel3
{
	padding: 0px 0px 0px 0px;
	font: normal 8pt Arial;
	color: #BDB097;
	border: 0px;
	text-decoration: none;
}

.TreeNodeOverLevel3
{
	padding: 0px 0px 0px 0px;
	font: normal 8pt Arial;
	color: #a94534;
	border: 0px;
	text-decoration: none;
	cursor: hand;
	border: 0px;
}

.TreeNodeSelectLevel3
{
	padding: 0px 0px 0px 0px;
	font: normal 8pt Arial;
	color: #a94534;
	border: 0px;
	text-decoration: none;
	cursor: hand;
	border: 0px;
}