http://www.dynamicdrive.com/dynamicindex1/navigate1.htm in the examples you can see the menu is aligned in the center. i can't see how to align it to the left.
Its the way the browser interprets the <ul> tag. You need to set the left padding to 0px; <ul id="treemenu1" class="treeview" style="padding-left:0px;">