I'm using:
http://www.milonic.co.uk/menu/menusampl ... ampleid=25
Wanted to know if it was possible to change the height of the submenus without changing font size..
Submenu height
There is no built-in way to modify the height of a menu. The height of a vertical submenu is actually the sum of the heights of the individual menu items in that submenu. There are ways to hook into the menu code and dynamically change the height of a menu, but this has undesireable effects on submenus. One effective way I've used to manipulate the height of a menu is by putting a one-pixel, transparent gif in the menu item definition's "Description Text" field, then setting the height attribute in the <img> tag.
Kevin
Kevin