You can solve this problem in Flex 3 by using CSS to set a background skin image for the MenuBar. For example...

MenuBar {
backgroundSkin:Embed("assets/images/background.png");
}