I am trying to create a Zen subtheme, and want a main menu at the bottom of the header with a secondary menu at the top of the page, float right (much like seen on this very page).
My main menu shows up and I've styled it in CSS, all looks good. However, my secondary menu is nowhere to be seen. The "user menu" is seen in its place when I'm logged in and that space is empty once I'm logged out. I don't know if it's something I'm doing wrong in the page.tpl.php file, in the CSS file (my "user menu" is formatted the way the "secondary menu" is intended to be), if it has to do with my set-up in Drupal itself, or if it's a Drupal 7 issue itself as I've read there are some menu issues in D7.
What I've done in Drupal is added a Secondary Menu (URL path: menu-secondary-menu) under Menus and added 2 links (About, Contact). Now, if I'm in the "Menus" section it says the "About"s parent link is the Secondary Menu, but if I go to edit the "About" page and click on "Provide Menu Link", the "Parent Item" section only shows "Main Menu" as an option. Furthermore, if I activate the Secondary Menu block in the blocks section, this just creates a big mess, putting the main and secondary menus together which don't respond to my CSS commands, and which are displayed alongside the already-existing Main Menu.