Or in the sense of just needing to move a menu left 10 pixels, without moving everything else, therein lies the perfection of left:-10px;
You should be defining a method of positioning (as "static" is the default, which offers no movement) in conjunction with using top, right, bottom or left.
CODE
position: absolute;
position: fixed;
position: relative;