Hello
Can you please tell me how to center the menu? I've used images instead of text items but now I would have them center in the webpage.
You can see an example on http://www.dumpt.com/img/viewer.php?file=29o3z7l2sdjbjwyrmjn0.jpg
#gkHeaderNav .gkMainMenu {
margin-left: auto;
margin-right: auto;
width: 500px;
float: none;
}