Multiple Context Menu Sub-menus

I'm trying to create multiple sub-menus in the Context Menu tab of Edit File Type. The problem I have is hierarchy. Once the initial sub-menu is created, subsequent sub-menus fall under that first sub-menu.

What I get:

sub-menu 1...
- whatever command
- whatever command
- sub-menu 2...

  • sub-menu 3...

What I want:

sub-menu 1...
- whatever command
- whatever command
sub-menu 2...
sub-menu 3...

Is this possible through the Context Menu tab, or does it call for other measures?

Right-click the item you want to be the last in the sub-menu (in your example, the second "whatever command"), and select the 'End sub-menu' option.

Too easy! Thanks!