diff --git a/anatomy/templates/anatomy/exams.html b/anatomy/templates/anatomy/exams.html
index aa1c536e..36df267f 100644
--- a/anatomy/templates/anatomy/exams.html
+++ b/anatomy/templates/anatomy/exams.html
@@ -2,16 +2,30 @@
{% block navigation %}
{{block.super}}
-
- Exams: {{exam}}->
- Overview /
- {% if exam.exam_mode %}
- Mark /
- Mark2 /
- Scores /
- Candidates /
- Stats /
- {% endif %}
- Review
-{% comment %} Add New Question {% endcomment %}
+
{% endblock %}
diff --git a/generic/templates/generic/partials/exams/dropdown_menu.html b/generic/templates/generic/partials/exams/dropdown_menu.html
new file mode 100644
index 00000000..12585003
--- /dev/null
+++ b/generic/templates/generic/partials/exams/dropdown_menu.html
@@ -0,0 +1,19 @@
+
+