diff --git a/_includes/secondarynav.html b/_includes/secondarynav.html
index dc79af2..01b63c0 100644
--- a/_includes/secondarynav.html
+++ b/_includes/secondarynav.html
@@ -71,6 +71,7 @@
{%- if forloop.first %}
{% endif -%}
{%- if k.url == searchurl -%}
{% assign insub = true %}
+ {% assign insubsub = true %}
{% include menuitem.html name=k.name url=k.url hide=k.hide insub=insubsubsub current=true submenu=subsubsubmenu %}
{%- else -%}
{% include menuitem.html name=k.name url=k.url hide=k.hide insub=insubsubsub current=false submenu=subsubsubmenu %}