After doing some research, it appears that the solution to my issue is not very promising. I want to avoid using a table for this particular case. My menu consists of 6 'a element' inline-blocks, which look great except for the fact that their width is set to auto in order to fit the text inside them. Unfortunately, without specifying an explicit width, I'm unable to center align them. The structure includes a container div and a child div wrapping around the 'a elements'.
Any suggestions? Thanks, Mike