Quote Originally Posted by jettrue View Post
Its not a static length, I have just left enough extra space on the menu. You have too many things on that row. Either you need to reduce the amount of items on the row, decrease the menu's default font size, or decrease the spacing between each item so that the wrap doesn't occur. You would adjust includes/templates/YOUR_TEMPLATE/css/stylesheet_header_menu.css.
I was just looking at the source of your site, and you've got a couple of background images that are 2000px wide, so that's what's preventing your menu from wrapping.

I suppose I could something similar on my site, but my preference is to have the individual menu items wrap, so that the whole menu bar would become thicker (higher - bigger from top to bottom...)

It doesn't really matter how many items are on the menu, because at some point if the user reduces the size of the browser window far enough, or increases the size of the font (something I do all the time, which is why this is a problem for me) the menu bar will run out of space and wrap.

BTW - have you looked at your site in Firefox? There isn't any bottom scroll bar when you reduce the size of the browser window or increase the font size. The scroll bar appears correctly in IE.