Menu bar centering

Hi Aigars,

I want to know if I can move my menu bar to center. I’ve already asked you before and got an answer which is to add the code below to CSS

#menu-item-13 {
    margin-left: 300px;
}

It works ok, but when I see my blog on iPad, it’s not in center. Also I’m now trying to change to another menu (creating menu2), it doesn’t work too.

Is it any other ways to set a menu bar to be exact center? if not, how can I solve iPad problem and apply to new manu?

Thank you-
Akiko

Update : my site is styleimported.net

I still haven’t solved this problem. Please help.
I searched and tried to add #second-menu instead of below, but didn’t work. How should I change menu and have them in center and change font like the first menu?

#main-nav a {
    font-family: arial narrow;
    font-weight:bold;
    font-size: 16px;
}

#menu-item-13 {
    margin-left: 300px;
}