<?php wp_list_pages(‘meta_key=sidebar&meta_value=0&sort_column=menu_order&title_li= &depth=1’); ?>
This is the answer I was looking for.
For all my pages that I enter into WordPress, I create a CUSTOM FIELD called sidebar and then set the value to 1 (on) for my side bar and 0 (off) if I want it to appear in my top nav.
Thanks for the looks.
The documentation for WordPress is great, just a little hard to find exactly what you are looking for as you try to learn as a newbie.
Jason