ul#tree {
    margin:0;
}
#tree li {
	list-style-type:circle;
	margin-left:2.2em;
	line-height:1.6;
}
#tree li.parent {
	margin-left:1.4em;
}

ul#tree-static {
    margin:0;
}
#tree-static li {
	list-style-type:circle;
	margin-left:1.4em;
	line-height:1.6;
}

#tree ul, #tree-static ul {
    margin-bottom:0;
    padding-bottom:0;
}

