ul.tree 
{
  display: block;
  margin-left: -20px;
  padding-left: 0;
  
 /* left:-20px;*/
 /* width:150px;*/
/*  position: relative;*/
}

ul.tree ul 
{
  display: block;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
}
ul.tree img
{
	margin-bottom:-4px;
	margin-right:5px;
	border: 0px #FFFFFF solid;		
}

ul.tree li 
{
  display: block;
  list-style-type: none;
  padding-left: 18px;
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 5px;
  padding-top: 0px;
}
ul.tree li.pod_menu
{
  display: block;
  list-style-type: none;
  padding-left: 15px;  
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom:0px;	
  padding-top:0px;
  cursor:pointer;
  width:157px;
}
ul.tree li.pod_menu:hover a 
{
	
	color:#404040;
}
ul.tree li.pod_menu:hover
{
	width:157px;
	background:url(/_gfx/nbialy.png) repeat-x top left #ffffff;
}
ul.tree li a 
{
  text-decoration: none;
  color: #404040;
  font-weight: none;
  font-size:9pt;
  font-family:Arial;
/* letter-spacing: 0.4pt;*/
}

ul.tree li a.folder 
{

    font-weight: bold;
	color: #404040;
}
ul.tree li a.folder:hover
{
	cursor:pointer;
    font-weight: bold;
	color: #404040;
}

ul.tree li a.active 
{
    color:#404040;
    font-weight: none;
}

ul.tree li a.active1 
{
  text-decoration: none;
  cursor: pointer;
  color: #404040;
  font-weight: none;
/*background-color:#e5e5e5;*/
}

ul.tree li a:hover 
{
  text-decoration: none;
  color:#404040;
  background:none;
}
