On 2013-08-06 16:27 -1000 Das wrote: >So in the below example why can't I make this work? > >----> <menu id="apps-internet-menu" label="Internet"> > <separator/> You're not closing the menu tag, so the separator ends up in the submenu. Try this instead: > <menu id="apps-internet-menu" label="Internet"/> > <separator/> Regards, Xyne