remove single quotes and use absolute url:
<div id="HeroDiv_BG" class="HeroDiv_BG" style="background-image: url( http://www.mydomain.com/getattachment/{% CurrentDocument.GetValue("MenuItemTeaserImage") @%}/attachment.aspx)">
the format is:
<div style="background-image: url(http://url.jpg)"></div>