Hi,
I noticed that you are nowing using the new menus throughout the site and not just on the test page:
http://www.lusciousdelights.com/linklist/amateurt.php. When I look at the pages the menu appears to go down past its bounding box and there is sometimes no space between the menu and the ad below.
I was able to hack a test fix into a downloaded copy of one of your pages that might give you some insight into the problem and lead you towards a fix. I changed
Code:
<div class="menunav">
to read
Code:
<div class="menunav" style="padding-bottom: 5em">
and after reloading the bounding box looked better. You might try this on the test page mentioned above. While inline styles are often not regarded as good coding, if you find that the hack works I could easily provide you with some more stylistically appropriate coding.
Best of luck,
fg