Sorry to answer latly…
just open SearchBox-On-Nav_Menu.php file in the plugin folder.
then find the line
$items .= '<li>' . $searchform . '</li>';
and replace the line with this —
$items .= '<li style="float: right;">' . $searchform . '</li>';
This will work