Please edit this in following in template_css.css file
/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
float: right;
display: block;
margin-top: 6px;
height: 32px;
clear: both;
width: 500px;
}
html>body #ja-mainnav {
margin-top: 8px;
}
.wide #ja-mainnav {
width: 550px;
}
You may increase the width of the menu and the top padding of the menu
/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav {
float: right;
display: block;
margin-top: 60px;
height: 32px;
clear: both;
width: 600px;
}
html>body #ja-mainnav {
margin-top: 80px;
}
.wide #ja-mainnav {
width: 650px;
}
However, you will need to customize the background image of the menu as well as adjusting the width/top-padding to suite your need