Hi Zachary,
It should be possible but might mean re-structuring your pages...
You can have 2 different DDRMenus on a page and use the 'NodeSelector' tag. What I would do is to create the page structure like so:
- root
---- Business (tabId 100 for example)
-----------business page 1
-----------business page 2
-----------business page 3
----Careers (tabId 101 for example)
-----------Careers page 1
-----------Careers page 2
-----------Careers page 3
The TabId's are created automatically.
Setup the Menu html like this:
<ddn:menu id="BusinessMenu" MenuStyle="BootStrapNav" runat="server" NoderSelector="100" IncludeHidden="true" />
<ddn:menu id="CareersMenu" MenuStyle="BootStrapNav" runat="server" NoderSelector="101" IncludeHidden="true" />
You'll need to play about with it a little but you should be able to do what you are asking.
Regards,
Geoff