When you hover over the “Sermons” and “About” links in the menu, the dropdowns appear under “Ministries” instead of in the correct position. I think it’s because I’ve floated this menu to the right, but I’m not sure how to fix it.
Looks like you have assigned {position:relative} to the anchor instead of the parent list item. (The dropdown menu is not within the anchor so that can’t work.) Move {position:relative} to the parent list item and the dropdown should appear beneath it.