Not exactly sure how to go about this. I've looked at css list menu, dropdown menu and tree menu, but this may have more to do with my doctypes.
I've got a side menu "Departments" (currently a csslist, but I'm trying the others), which points at my Departments node, so all Depts are represented in the menu. Clicking on "Sales" will take you to its landing page.
The depts will have subitems - some are pages, but some are external links.
Depts
Sales (landing page)
Sales Figures (an internal subpage)
Best Practices (a link an external website)
I'm trying to figure out how to add the external links to the menu alongside the internal links, but without having landing pages for them.
I've got a Sales Figures doctype: Page, which works fine, but now I'm experimenting with adding a Best Practices doctype: Simple Article (contains only link name and URL). Clicking on Best Practices should not take you to a page within the site, it should launch the external site in a new tab. Kind of stumped here.