If you are using IE 8 then you may run into the problem of your drop down portion of the menu pushing down the content...Here is a little work around that helped me.
<!--[if IE 8]>
<style>
.flyout-menu li:hover ul{width:195px; position:absolute; top:165px;}
</style>
<![endif]-->
Just change your "top:000px" to suit your menu.
Hope this helps. Since you can't seem to get any from the developer!