In a theme I am creating I have created a custom menu for a specific class of pages. This menu is controlled through the default menu manager in the admin.
What I am struggling with is that I would like to have this menu to retain a specific style while in addition being able to add a "related links" menu under it with a different style.
While I understand that one could of course just add another menu to the admin menu manager providing full control over the style and then call this separate menu within the theme page... My goal here is to include these "related links" within the same menu manager interface.
My though was that if one was able to add something like a break line to the admin menu manager interface and add the separate menu under that break component then it might allow for a better visual control in achieving my objective.
Any thoughts on how to accomplish this or is there an existing plugin/solution anyone is aware of?