diff --git a/usasearch.info b/usasearch.info
index 38317f1..2a37f64 100644
--- a/usasearch.info
+++ b/usasearch.info
@@ -1,5 +1,5 @@
 name = USASearch
 description = "Provides customized search using the General Services Administration's USASearch program"
 core = 7.x
-configure = admin/config/search/usasearch
+configure = admin/config/search/settings/usasearch
 package = USASearch
diff --git a/usasearch.module b/usasearch.module
index e7bae8d..12fd252 100644
--- a/usasearch.module
+++ b/usasearch.module
@@ -11,20 +11,14 @@
 function usasearch_menu() {
   $items = array();
 
-  // definition for additional tab.
-  $items['admin/config/search/settings'] = array(
+  // Definition for additional tab.
+  $items['admin/config/search/settings/core'] = array(
     'title' => 'Search settings',
-    'description' => 'Configure relevance settings for search and other indexing options.',
-    'page callback' => 'drupal_get_form',
-    'page arguments' => array('search_admin_settings'),
-    'access arguments' => array('administer search'),
-    'type' => MENU_LOCAL_TASK,
+    'type' => MENU_DEFAULT_LOCAL_TASK,
     'weight' => -10,
-    'file path' => base_path(),
-    'file' => '/' . drupal_get_path('module', 'search') . '/search.admin.inc',
   );
 
-  $items['admin/config/search/usasearch'] = array(
+  $items['admin/config/search/settings/usasearch'] = array(
     'title' => 'USASearch settings',
     'description' => 'Contains settings for customizing site search to use USASearch',
     'page callback' => 'drupal_get_form',
diff --git a/usasearch_api/usasearch_api.info b/usasearch_api/usasearch_api.info
index b17dc41..d1ac00a 100644
--- a/usasearch_api/usasearch_api.info
+++ b/usasearch_api/usasearch_api.info
@@ -1,7 +1,6 @@
 name = USASearch API
 description = Provides integration with USA Search its API.
 core = 7.x
-configure = admin/config/search/usasearch
 package = USASearch
 
 files[] = UsaSearchClient.inc
diff --git a/usasearch_hosted/usasearch_hosted.info b/usasearch_hosted/usasearch_hosted.info
index bd06dbb..9e7d084 100644
--- a/usasearch_hosted/usasearch_hosted.info
+++ b/usasearch_hosted/usasearch_hosted.info
@@ -1,7 +1,6 @@
 name = USASearch Hosted
 description = Provides integration with USA Search via hosted search.
 core = 7.x
-configure = admin/config/search/usasearch
 package = USASearch
 
 dependencies[] = usasearch
