Wow CC really messes the menu up!
Well after seeing the CSS of CC I notice somethings:
Code:
#slide_area_container {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
You see... they both have an absolute position and both top 0. Maybe that is one of the reasons, they are both 'fighting' for the top position. Loading the site in a frame should solve the problem, but it's not the best solution.