Add:
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
after the <head tag in the site.master (or any master pages in your app).
Add the style to common.css:
.IE8Fix
{
z-index: 1000;
}
Add to your asp:menus:
<DynamicMenuStyle CssClass="IE8Fix" /> meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
http://dashcommerce.org/forums/t/1949.aspx