One other thing I can't figure out is why the menu is laying out backwards. Shouldn't Home be first and then the rest of the menu options? The template is like this by default.
How do I fix that?
I think I can edit this snippet but don't know how.
<?php show_menu(1,0,-1,true,'<li>[a][menu_title][/a]</li>','','','','',''); ?>
I tried changing true to false switching around the 1's and 0's but nothing.