I wanted to do almost the same thing with my website. I have only parent pages on the navigation tab, and also on the sidebar! Once you click on a page, it shows all the sub pages (offered by the mistylook theme, thanks Sadish!)
What I used for my side bar was this:
<?php
wp_list_pages(‘exclude=1, 2, 3’ ); ?>
With 1, 2 and 3 being the Page_ID of the pages you don’t want displayed on the sidebar.