If is we me, i would add a position:relative to the nav container, to nudge it down from the original position. is this the right way of fixing your problem? i have no idea, but its what i have learned and how i would go about fixing it. the code would look somthing like this!
/* ---------NAV-------- */
#nav ul{
position:relative; top:13px;
text-align:right;
margin-right:30px;
"btw, top:13px is the right height to get it inline  "
|