Welcome to the forum, DawnMTeo.
To get rid of the drop-down menu, find this code in includes/config.php:
PHP Code:
define('DISPLAY_DROPDOWN',true);
and change it to:
PHP Code:
define('DISPLAY_DROPDOWN',false);
As for a search based on directories, read
this thread.
Hope this helps.