Hi -
I'm developing a static site where I have several top-level pages and then several sub-pages under each top-level page. However, all the content I have will be on the sub-pages. So what I need to do is make it so that wp_list_pages shows the list of top-level pages, but instead of them working as links, they just work as an item to hover over so that the sub-pages pop out below them as links [using a CSS method similar to this one: http://www.devinrolsen.com/pure-css-horizontal-menu/ - almost like the top-level menu items were categories instead of pages, except I know I can't apply a category to a page. Is there a way to modify wp_list_pages so it can do this, or is there a better way to make this happen? Let me know if this doesn't make sense. I searched the Codex, but didn't find anything about this.