.treeItem
{
	
}
.treeItem span
{
	font-size:12px;
	font-family:Tahoma;
	cursor:default;
	margin-left:3px;
	height:17px;
	width:1px;
}
.treeItem span a
{
	padding:1;
	width:100%;
	height:100%;
}
.treeItem-unselect
{
	border:0px solid window;
	background-color:B9DCFB;
	color:ffffff;
}
.treeItem-selected
{
	border:1px solid windowText;
	background-color:HighLight;
	color:#ffffff;
}
.treeItem-unselect a
{
	text-decoration:none;
	color:windowtext;
}
.treeItem-unselect a:hover
{
	color:#3366cc;
	text-decoration:underline;
}
.treeItem-selected a
{
	color:#FFFFFF;
	text-decoration:none;
	width:100%;
	height:100%;
}
.treeItem-selected a:hover
{
	color:HighLightText;
	text-decoration:underline;
}