.treeItem
{
	
}
.treeItem span
{
	font-family:ËÎÌå,Verdana, Arial, Helvetica;
	font-size:9pt; 
	cursor:default;
	margin-left:1px;
	height:13px;
	width:1px;
}
.treeItem span a
{
	padding:1 4;
	width:100%;
	height:100%;
}
.treeItem-unselect
{
	border:0px solid window;
	background-color:window.background-color;
	color:#000;
}
.treeItem-selected
{
	color:#000;
}
.treeItem-unselect a, .treeItem-unselect a:visited
{
	text-decoration:none;
	color:#000;
}
.treeItem-unselect a:hover
{
	color:#000;
	text-decoration:none;
	background-color:#ffffff;
	padding-top:3px;
	border:1px solid #000000;
}
.treeItem-selected a, .treeItem-selected a:hover, .treeItem-selected a:visited
{
	color:#fff;
	text-decoration:none;
	width:100%;
	height:100%;
	padding-top:3px;
	background-color:#40b2f3;
	border:1px solid #000000;
}
