I understand what you are saying.
Basically what i would like is to fetch a menu slug or menu id and based on that slug or id, output a different html for the submenu.
Something like this.
If menu_id = campers -> html output 1
Else if menu_id = help -> html output 2
Else -> html output 3
Hope this helps.