Content Guidelines
Make sure that the content is short and concise. The menu should be able to where to go at a glance.
Make sure the names don't start with a repeating word (Example: Policy, Management, etc…)

The Menu component provides navigation options in a structured format, allowing users to move between different areas of the application or select from a set of options.
Menus are used to provide a list of navigation choices or actions for users to select from. They can be:
Primary navigation for an application
Secondary navigation within a section
Contextual options in a dropdown
Container: The wrapper that houses all menu elements
Menu Items: Individual selectable navigation options
Icons: Visual indicators or status markers for menu items
Grouping Headers: Section titles for grouped menu items
Chevrons: Indicators for expandable/collapsible menu sections
Selection Indicators: Visual markers showing the current active item
Navigation Bar: Optional footer with additional controls ("Lock Navigation Bar")
Standard menu (main)

Collapsible menus (expandable/collapsible sections)

Fly-out menu (with nested submenus)

Make sure that the content is short and concise. The menu should be able to where to go at a glance.
Make sure the names don't start with a repeating word (Example: Policy, Management, etc…)
Collapsed/Expanded states must be announced to screen reader users
Menu uses a visual indicator other than color to signal actively selected items
Main
[Tab] to navigate into the listbox
If none of the listbox items are selected, focus on the first selectable item
If a listbox item is selected, focus on that one
If you tab in, out, and in again, retain focus on last item that was focused
[↑/↓] choose previous/next page
[Enter] or [space] to select page
[Tab] focuses on next component
Collapsible Menus
[Enter] or [space] to expand or collapse
Fly-out Menu
[←/→] to enter or leave submenu
Show nested menu on focus
Return to main menu on click
[Esc] or [←] to return to main menu
[Tab] to navigate into the list
If none of the list items are selected, focus on the first selectable item.
If a list item is selected, focus on that one.
If a list item has a tooltip that appears on hover, show the tooltip on focus.
[Esc] to remove tooltip.
[Tab] to navigate between list items
[Tab] to navigate between components inside list items
[Enter] or [Space] to activate list item.