I know this question had been asked many times.
http://stackoverflow.com/questions/1740587/float-a-div-to-center
However, I follow their suggestion :
<center>
<div style="margin : auto; text-align: center">
<a href="#" style="float: left; margin-right: 10px;">Menu Item 1</a>
<a href="#" style="float: left; margin-right: 10px;">Menu Item 2</a>
<a href="#" style="float: left; margin-right: 10px;">Menu Item 3</a>
</div>
</center>
By using "Center" and "Margin Auto", "Text Align Center" ... I still unable to center the menu item.