For those having the same issue and don’t want to mess up the main CSS, you can create a child theme and add the following:
.main-navigation ul ul {
margin-top: -1px;
}
Child themes are a great way to insert your own CSS without editing the main theme’s css. You can download a plugin that will help you with this called “Orbisius Child Theme Creator”.