The easiest solution for this would be to decrease the length of the menu items. For example, instead of “Crystals & Energy,” just use “Energy.”
In addition, you could target the menu sizes, such as this:
.jqueryslidemenu a {
font-size: 11px;
padding: 0px;
}
.jqueryslidemenu li {
padding: 6px;
}
If you want to keep the logo the same size, you’re going need to decrease the size of the menu.
Hope this helps!