Suckerfish dropdown menu sticking in ie7 ?

Add the following code in to your css

#topmenu li:hover{

position:static;

}

This will fix the dropdown menu sticking ( dropdown menu not folding out ) problem in ie7.