/*
Hardcoded on purpose. Commit 8fd4e01 reverted an attempt to
build this from the account's navigation array: template95
is a port of one customer's site and her navigation array is
empty, so that version rendered
and took every
link off her menu.
The gallery pages sit on their own second row rather than
in a dropdown: this design has no submenu support at all.
The empty
on each item is vestigial, with no
`.menu ul li ul` rule in style.css and no menu JS.
They are a second row rather than nine items on one because
nine do not fit. Measured against the 991px menu, they come
to 1405px and wrap, and the only way to get them onto one
line was cutting letter-spacing from 5px to 2px, which
throws away the wide tracking this design is built on. Two
deliberate rows of 685px and 718px hold that look and cannot
wrap into a mess at a narrower width. css/override.php
centers both rows and drops the leading separator on each.
*/
?>