diff --git a/htroot/ConfigNetwork_p.html b/htroot/ConfigNetwork_p.html
index 5a10d96e8..f6c3de10f 100644
--- a/htroot/ConfigNetwork_p.html
+++ b/htroot/ConfigNetwork_p.html
@@ -38,7 +38,7 @@
   </head>
   <body id="ConfigNetwork">
     #%env/templates/header.template%#
-    #%env/templates/submenuConfig.template%#
+    #%env/templates/submenuUseCaseAccount.template%#
     <h2>Network Configuration</h2>
     #(commit)#
         ::<div class="commit">Accepted Changes.</div>
diff --git a/htroot/env/templates/submenuConfig.template b/htroot/env/templates/submenuConfig.template
index 9df7f8361..2b2b7eb1e 100644
--- a/htroot/env/templates/submenuConfig.template
+++ b/htroot/env/templates/submenuConfig.template
@@ -3,7 +3,6 @@
   <ul class="SubMenu">
     <li><a href="Tables_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Viewer and administration for database tables</a></li>
     <li><a href="PerformanceQueues_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Performance Settings of Busy Queues</a></li>
-    <li><a href="ConfigNetwork_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Network Configuration</a></li>
     <li><a href="Settings_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Advanced Settings</a></li>
     <li><a href="ConfigProperties_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Advanced Properties</a></li>
   </ul>
diff --git a/htroot/env/templates/submenuUseCaseAccount.template b/htroot/env/templates/submenuUseCaseAccount.template
index 0bf5fc9a7..a4a123e9f 100644
--- a/htroot/env/templates/submenuUseCaseAccount.template
+++ b/htroot/env/templates/submenuUseCaseAccount.template
@@ -3,5 +3,6 @@
   <ul class="SubMenu">
     <li><a href="ConfigBasic.html" class="MenuItemLink">Basic Configuration</a></li>
     <li><a href="ConfigAccounts_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Accounts</a></li>
+    <li><a href="ConfigNetwork_p.html" class="MenuItemLink #(authorized)#lock::unlock#(/authorized)#">Network Configuration</a></li>
   </ul>
 </div>
\ No newline at end of file