how exactly are you willing to align them?
- left aligned ?
- center aligned ?
You should clear that :)
Look, you have to choose the css alignment methods depending on what the element is itself and also how other elements before and after that are styled.
You can do that using following styles :
- margin
- vertical-align
- line-height
- text-align
- float
... etc.
I think you should Read these articles which are useful for any web developer Or designer.
http://www.vanseodesign.com/css/vertical-centering/
Anyway, giving a float:right and clear:both would solve the alignment of your nav.
And about vertical alignment like here, it'd be kind of confusing to tell someone what you want or try to do. It'd be a good practice to first design your theme or website in Adobe Photoshop and then show that anywhere needed like here.
Check your jsfiddle.