#tree{
	font-size: 16px;
	text-decoration: none;
	text-indent: 20px;
	font-family:Georgia, serif;
	}
	
#tree ul {
	margin:0;
	padding: 0;
	list-style-type: none;
	}

#tree li{
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
	cursor: pointer;
	color: #fff;
	}
	
#tree li a{
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 2px 0 0 0;
	border-bottom:1px dotted #444444;
	}
	
#tree li a:hover {
	color: #000;
	background: #ffcc00 url(arrow3_e.gif) 0 50% no-repeat;
	}

#tree .toggleinfo{
	display: block;
	font-weight: 600;
	padding: 2px 0 0 0; 
	border-bottom:1px dotted #444444;
	}
	
#tree .toggleinfo:hover{
	color: #000;
	background: #ffcc00 url(arrow3_e.gif) 0 50% no-repeat;
	}

#tree .info li {
	border-bottom: none;
	margin-left:none;
	color: #fff;
	text-decoration: none;
	background-image: url(node2.gif);
	background-repeat: no-repeat;	
	margin-left:35px;
	padding: 0px;
	}
#tree .info li a{
	padding:0;
	border-bottom: none;
}
