I looked and found various options but not one that suited my needs. So I took this idea Listing posts within a category which was posted by user MichaelH. However, it was designed for a drop down selection in the sidebar. However, after a very quick modification I came up with:
have_posts()) : $my_query->the_post(); ?>
I’ve included the full menu code which includes pages and an rss feed. Hope this helps someone.