I haven't looked at your code but whatever <div> is wrapping the menu, simply giv it this property- it's worked across the board for me for ages now and validates.
Code:
#wrapperDiv
{
margin: 0 auto;
}
That will center that wrapping Div.
HTH's
Boog's