<style type=text/css> 
 
.TreeView 
{
 font: Verdana;
 line-height: 20px;
	cursor: pointer; 
	font-style: normal;
}
 
.TreeView LI
{
 /* The padding is for the tree view nodes */
 padding: 0 0 0 18px;
 float: left;
 width: 95%;
 list-style: none;
}
 
.TreeView, .TreeView ul
{
 margin: 0;
 padding: 0;
}
 
LI.Expanded 
{
 background: url(http://www.barcelonaapartments-k.com/graphics/minus.gif) no-repeat left top;
	
}
 
LI.Expanded ul
{
 display: block;
}
 
LI.Collapsed 
{
 background: url(http://www.barcelonaapartments-k.com/graphics/plus.gif) no-repeat left top;
}
 
LI.Collapsed ul
{
 display: none;
}
 
.Highlighted
{
 color: red;
}
 
.AlternateHighlight
{
 color: blue;
}
 

