/*  */
ul.maketree, ul.maketree ul, ul.maketree li {
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
	 margin-bottom: 0px !important;
}
ul.maketree ul { padding-left: 0.3em; margin-bottom: 6px;}
ul.maketree li {
	  border-left: 1px dotted #000;
	  padding-left: 13px;
	  background: url(images/icon/dotted.gif) scroll no-repeat 1px 0.8em;
}
ul.maketree li.last {
	  border-left-width: 0px;
	  padding-left: 14px;
	  background: url(images/icon/dottedangle.gif) scroll no-repeat left top;
}