I had a similar issue. Try adjusting these styles.

ul.sf-menu li li.sfHover ul {
        left:12em; /* match ul width */
}
ul.sf-menu li li li.sfHover ul {
        left:12em; /* match ul width */
}

And I also had to add this css hack to get the shadow back in the
right place for IE6

.sf-shadow ul {
    background:transparent      url('../images/shadow.png') no-repeat
bottom right;
    padding: 0 12px 9px 0;
    p\adding:0;
}

Reply via email to