The "rel" attribute of each anchor link needs to be set to the variable name that holds the drop down menu contents inside menucontents.js. With that in mind, there is a mismatch in values between the second anchor link's rel attribute and what's specified inside menucontents.js:
Code:
<li><a href="#" class="menuanchorclass" rel="outpatientspecialtyclinics">Outpatient Specialty Clinic</a></li>
The code in red should be "outpatientspecialtyclinic" (without the "s") so it matches up with the variable name defined inside menucontents.js
Bookmarks