I'm trying to theme a WP E-commerce site with Pagelines Framework. In the primary navigation bar I'd like to have two menus - one to the left with links to static pages and one to the right with links to the product categories. There are two approaches that I can think of.
1. Add two custom menus to the navbar and float one left and the other right.
2. Put all links in one menu and style the navbar so that the product category links are displayed on the right side of the bar. This would require that the id for each <li> tag in the menu remain constant as items are added or removed from the menu.
Is it possible to add a second menu to the primary navbar? Do the id's remain constant, or will I have redo the stylesheet every time the menu changes? Is there another approach that would accomplish this?
TIA - Ed










