div .TreeView
{
	overflow : scroll;
}

.TreeNode 
{ 
	font-family : Tahoma; 
	font-size : 12px; 
	color:black; 
	background-color:white; 
	text-decoration:none; 
}

.SelectedTreeNode
{
	font-size: 12px;
	color: white;
	font-family: Tahoma;
	background-color: slategray;
	text-decoration: none;
}
