The height of the main navigation (located between the header image and the content) is not configurable through the options. If desired, it can be forced customized with CSS:
body #access ul {
line-height: 1.6; /* default value */
}
This applies to submenu items as well.