Hi All,
This issue is caused because in .NET 4 they use some javascript with ASP.NET Menu control that adds this inline style. There is no way to eliminate the javascript but you can overcome this problem like this:
.AspNet-Menu-Horizontal {float:right !important;}
Hope it helps,
Joe