diff --git a/election_candidate/election_candidate.module b/election_candidate/election_candidate.module
index fe2b85e..f110634 100644
--- a/election_candidate/election_candidate.module
+++ b/election_candidate/election_candidate.module
@@ -247,9 +247,8 @@ function election_candidate_menu() {
     'page callback' => 'election_candidate_list_page',
     'page arguments' => array(1),
     'file' => 'election_candidate.pages.inc',
-    'type' => MENU_LOCAL_TASK,
+    'type' => MENU_SUGGESTED_ITEM,
     'weight' => 2,
-    'context' => MENU_CONTEXT_PAGE | MENU_CONTEXT_INLINE,
     // To view candidates, the user needs to have view access to the election.
     'access callback' => 'election_candidate_access_per_election',
     'access arguments' => array('view', 1),
