Right-to-Left menu?

i need the menu to go from right to left, but i can't seem to find how to do it.
i'm not talking about the text itself, but about the "drop-down" part of it.
what ever i try, it's always going from the left side of the text to the right.

this is how it always shows :
|-----------|
| Menu    |
|-----------------|
| Sub Menu   |
|-----------------|

and this is what i need it to be :
        |-----------|
       
| Menu    |

|-----------------|

| Sub Menu   |

|-----------------|


thanks

Sorry, there is currently unfortunately not a setting for this. TAdvMainMenu descends from TMainMenu and inherits the submenu display behavior from the standard VCL TMainMenu.

ok thanks...