Hello,
Just started working with Drupal, and I had a question relating to views and the navigation links.

My theme will automatically tell you where you are, based on the navigation links, and I like this.

So if you go here: http://www.jbrresources.com/drupal/about_us/news/all

You will see that it says: Home » About Us » News
This is because I manually went into Navigation links and added 'about_us/news/all'

But if you actually click on a news link (which has a different view associated to it),
You will see that it says: Home » News » photos from golf tournament

Drupal won't let me add 'about_us/news/%' to the navigation link... so I was wondering how do I get it to say:
Home » About Us » News » photos from golf tournament

Without having to manually add every single news entry I update (i.e: 'about_us/news/17').

In the views, it has a breadcrumb field that will let me rename the 'News' part, but not create sub-directories.... This may be really simple fix, but Im new to Drupal, so any help would be greatly appreciated.