A menu control simulates the nested menu behavior of context menus in the operating system.
<a href="#"
class="accMenu"
data-src="path/file.html#topLevelMenuID"
> ... </a>
Or
<a href="#"
class="accMenu"
data-internal="menusContainerElementID"
data-src="topLevelMenuID"
> ... </a>
<div id="menusContainerElementID" class="hidden">
<ul id="topLevelMenuID">
...
</ul>
...
</div>