Allow 4 column in IE9, Chrome, and FF
You'll need to yank your HOME link from your menu; I just use my logo to link to home and once I removed this I had a clean 4 column Category drop-down even with my first link in the same place where the HOME had been (using margin-left).
Your mileage may vary....
Header.php:
remove
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1>