diff --git a/fusion_core/css/fusion-style.css b/fusion_core/css/fusion-style.css
index 0910f34..70fe413 100644
--- a/fusion_core/css/fusion-style.css
+++ b/fusion_core/css/fusion-style.css
@@ -420,12 +420,11 @@ ul.links li {
 
 /* Main Menu
 /-------------------------------------------------------------- */
-/* use ID to override overflow: hidden for .block, dropdowns should always be visible */
-/* OVERFLOW FIX DISABLED. REMOVE IF IT TURNS OUT IT'S NOT NEEDED FOR D7 FUSION
-#main-menu {
-  overflow: visible;
+/* This corrects an issue with excess space above (yes, above) the menu. 
+ * For more information: http://drupal.org/node/1340348 */
+.region-main-menu ul {
+  margin-bottom: 0;
 }
-*/
 
 /* hide block titles in the main menu region, accessible to screen readers */
 #main-menu h2.block-title {
