Hi cwilder,
Did you setup the menu under Appearance > Menus? If not, do that and see if that doesn't help with some styling. In addition, you may want to add this to your Quick CSS or custom.css.
#top div .main_menu .no_description_menu {
margin-left: 180px; /* positions the menu to the right of the logo */
}
#top div .main_menu .no_description_menu a {
font-size: 12px; /* reduces the font-size from 14px to 12px */
}
#top .main_menu .menu a {
max-width: 75px; /* reduces the width of each menu item from 105px to 75px */
text-align: center; /* centers the menu item */
}
Hope this helps!
Regards,
Mya