Have you created a drop-down menu on your page? I don't see it at all. Your menu code is this:
<nav id="mainnav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="meetkristin.html">Meet Kristin</a></li>
<li><a href="http://candidlovephotography.com/blog/">The Blog</a></li>
<li><a href="http://wp.me/P4Gj7y-ak">Contact Me</a></li>
<li><a href="Clients.html">Client Galleries</a></li>
</ul>
</nav>
This is just a plain/straight one line menu. It is not a drop-down menu.
I suggest read this article to get the background info about Menu system:
I hope the above link works!!!!!