I designed this basic web page which appears perfectly fine in IE and Firefox but not in Chrome.
URL to the demo web page
You should not see the yellow color on top of the navigation. If you check the web page in different browsers, you will see what I am referring to.
Thank you,
Your problems lies with a#NavigationMenu_SkipLink, which contains a 1×1 image.
floating the anchor solves the problem for me and has no side-effects on your layout in Firefox.