diff --git html/sites/all/modules/taxonomy_delegate/taxonomy_delegate.module html/sites/all/modules/taxonomy_delegate/taxonomy_delegate.module
index 9426cec..9357622 100644
--- html/sites/all/modules/taxonomy_delegate/taxonomy_delegate.module
+++ html/sites/all/modules/taxonomy_delegate/taxonomy_delegate.module
@@ -66,7 +66,8 @@ function taxonomy_delegate_menu() {
  * Menu access checking function.
  */
 function _taxonomy_delegate_access() {
-  return count(_taxonomy_delegate_my_vocabularies()) > 0;
+  global $user;
+  return count(_taxonomy_delegate_my_vocabularies()) > 0 || user_access('administer taxonomy');
 }
 
 /**
