What is the problem?
Is it the ~10px margin on top of the navigation?
If so, this should do it:
ul#portfolio {padding:0;list-style:none;margin:0 0 1em;overflow:hidden;max-height:590px;}
should be changed to:
ul#portfolio {padding:0;list-style:none;margin:0;overflow:hidden;max-height:590px;}