.TreeView 
{ 

padding-top:1px; 
padding-left:4px; 
cursor:default; 
border:solid 1px;
margin:1px;
margin-top: 160px;
width:100;
background: #efefef url(BluTemImages/sidebar_header2.gif) no-repeat Right top;
}
.TreeView a img
{
	width:40px;
	height:35px;

	}
.TreeViewInpanel 
{ 

padding-top:1px; 
padding-left:4px; 
cursor:default; 
border:solid 1px;
margin:1px;
margin-top:1px;
width:100;
max-height:none;
}
.TreeViewInpanel img
{ 

  
 /* width:50px;*/
}

.TreeNode 
{ 
  font-family: tahoma; 
  font-size: 13px; 
  padding-top:3px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  height:40px;
  width:auto;
   }

.GrayedTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  color:gray; 
  cursor:default;
}

.HoverTreeNode 
{ 
  font-family: tahoma; 
  font-size: 11px; 
  text-decoration:underline; 
  padding-top:2px;
  padding-bottom:1px;
  padding-left: 3px; 
  padding-right: 3px; 
  cursor: default; 
}

.SelectedTreeNode 
{ 
  background-color:#daf0fc;
  background-image: url('images/node_bg.gif'); 
  font-family: tahoma; 
  font-size: 13px; 
  border: solid 1px #9ADFFE;
  padding-top:3px;
  padding-bottom:0px;
  padding-left: 2px; 
  padding-right: 2px; 
  cursor: default;
  height:40px;
  font-weight:bold ;
  
   }


