Hmmm everything looks right. As part of trying to visually see where the ".submenu" areas are, I saved a local copy of your page and gave that area an explicit background via CSS:
I don't see this being applied to your expanded content area, however. Is there something in your CSS that's causing this?Code:<style type="text/css">
.submenu{background: yellow}
</style>

