Using this on a site that requires an HTTPS SSL connection.
Here is the correct call to allow for this:
in superfish.php
function get_plugin_directory(){
return plugins_url() . '/superfish-dropdown-menu';
}
http://wordpress.org/extend/plugins/superfish-dropdown-menu/