.TreeView 
{ 
  background-color: #336699;
   cursor: default; 
} 

.TreeNode 
{ 
  font-family: arial, verdana  ; 
  color: White;
  font-size: 9px; 
  cursor: default; 
  
} 

.HoverTreeNode 
{ 
  font-family: arial, verdana; 
  font-size: 9px; 
  padding-left: 1px; 
  text-decoration: underline; 
  cursor:  hand;
  color: #FF9933; 
} 

