/*   increased top padding of 'prints' / second last menu item, from 5.2 pixels to 20 pixels to push it down and create gap in menu items  DM */ 
#menu > ul > li:nth-last-child(2) > a {
padding-top: 20px;
}