If you click the SERVICES link under the logo the menu will expand a little too far and then in one quick flash, it cuts back to the desired height. Any way to cure this bug?
$(document).ready(function() {
$("li#service-toggle-link").click(function () {
$(".toggle-content").slideToggle("slow");
});
});