diff --git a/profiles/unl_profile/unl_profile.install b/profiles/unl_profile/unl_profile.install
index f65a5cd3fd929b5c4462acdef532da5115fa4e34..f971bdb3a068ac4114fef2a03b21f38145d11334 100644
--- a/profiles/unl_profile/unl_profile.install
+++ b/profiles/unl_profile/unl_profile.install
@@ -211,7 +211,10 @@ EOF;
     // End adding custom blocks
     
     
-    
+    // Set the "Home" menu link to be expanded by default
+    $links = menu_load_links('main-menu');
+    $links[0]['expanded'] = 1;
+    menu_link_save($links[0]);