WordPress Custom Superfish CSS Problem [closed]

Though this isn’t a WP question, you can use the following CSS to get that third level menu to align properly.

.sf-menu li li li{
    top:-1px;
}

Hope this helps.