To reduce the space between the top level nav item and it's drop down item, add this code in custom css field of theme option:

.nav li ul {
top: 20px;
}