#maptree{
 margin:8 8 8 2;
 padding: 0;
 height:100%;
}

#maptree *
{
	margin: 0;
	padding: 0;
	display: block;

}
#maptree li
{
	list-style: none;
	border-left: 1px #000000 solid ;
	background-image: url(images/tree/line.gif);
	background-repeat: no-repeat ;
	background-position: 0 10;
}


#maptree i
{
	font-style: normal;
	margin-left: 11px;
}
#maptree div
{
	margin-left: 20px;
}


#maptree .l1
{
	padding-top: 4px;
        font-size: 14px;   
        font-weight:bold;
}

#maptree .b1
{
	background: transparent no-repeat 0 12px;
	background-image: url(images/tree/line.gif);
}

#maptree .l2
{
	padding-top: 4px;
        font-size: 12px;   
}
#maptree .l3
{
	padding-top: 4px;
        font-size: 11px;   
}


#maptree .last
{
        border:0;
	background: transparent no-repeat 0 -20px;
	background-image: url(images/tree/line-last.gif);
}

