Centred Widthless floats

The above navigation is floated using widthless floats and centred using a technique that moves the parent wrapper 50% to the right using relative positioning and then applying a 50% shift left on the inner element also using relative positioning.

The combined effect of this is to center the navigation within our layout