Hi,
It's maybe due to the style of menu. On your first screen you use a "horizontal" style and on our template demonstration, style of menu is define like "list".
In horizontal, joomla use a table with spacing, but not for a list.
Else you can add a css declaration to
#mainmenu :
#mainmenu table { border-collapse: collapse; }
