Thats looking pretty good. Could even add some icons to the left of the menuitem ... the Alignment property doesn't control the alignment of text, it controls the alignment of text in relation to the icon, so for example:

code:
        $btnClose.FlatStyle = 1
$btnClose.Icon = 1 ; OpenFolder
$btnClose.Alignment = 0 ; Right
$btnClose.HotBackColor = Navy
$btnClose.HotForeColor = White

And those menu colors look just like the real thing.

-Shawn