Here's how to center the main navigation menu:
nav.top-bar {
text-align: center;
}
nav#top_nav_bar ul.right, section.top-bar-section > ul.right {
float: none !important;
display: inline-block;
}
.top-bar-section .dropdown li { text-align:left; }
.top-bar-section .right li .dropdown { left:0; right:auto; }