you have too many menu items in header and that's why they do not align properly. So or you will move some of those items under sub-menu, or you need to use the following css to decrease padding between menu items:
#Top_bar .menu > li > a span:not(.description) { padding: 0 10px !important; }
Comments
you have too many menu items in header and that's why they do not align properly. So or you will move some of those items under sub-menu, or you need to use the following css to decrease padding between menu items: