Accidental reverse order of menu items in one menu

The menu that is reversed is because it is float:right;. That’s the expected behavior when you use float:right;.

This has nothing to do with WordPress itself it is a purely CSS issue.