Hi everybody!
I already made some standard menus with DropMenu and it works without problems. No problems with the styling or so. But now I would like to made a divided menu. But now i have problems with DropMenu
The situation:

I have 4 Main sites (MAIN 1-4). The first one have 2 subsites (SUB MAIN 1, SUB MAIN 2). And the first subsite have 4 other subsites (SUB 1.1-1.4).
I have a template which have a top bar what only contains the RED sites. In my template code i insert this snippet call:
[[DropMenu? &menuName=`mainMenu` &startDoc=`0` &levelLimit=`1`]]
The subsites of the RED main sites should be displayed in a seperate container in the template. And this is my problem.
How can i do this?
Three examples:
1) The active site SUB 1.2
2) And here is the site SUB MAIN 2 active
3) And when the main site MAIN 3 is active it should looks like this
I try it with this call:
[[DropMenu? &menuName=`subMenu` &startDoc=`[*parent *]`]]
This works for the example 2 and 3 but not for the first example. But that is logical
Can anybody help me or give a brainstorm?

Thx alot!!!
Lupo