You could adjust the position of the logo by editing the line below I have highlighted in red from 0 to 50px
template.css line 306
h1.logo {
height:185px;
left:-120px;
position:absolute;
top:0;
width:100px;
}
Then to adjust the position of the menu please add the lines in red below
template.css line 691
ul.ja-pagenav {
left:-120px;
overflow:hidden;
position:relative;
width: 840px;
}
and template.css line 687
#ja-megamenu, #ja-splitmenu, #ja-dlmenu, #ja-cssmenu {
float:left;
left:-120px;
position:relative;
}
That would move the entire menu system and logo 120px to the left and leave more room on the right for your extra items