This is from includes/help.php:
Code:
...
func_send_mail($config["Company"]["support_department"], "mail/help_contactus_subj.tpl", "mail/help_contactus.tpl", $contact["email"], true);
...
As you can see, it sends the email to "support_department" no matter what the user selects in the drop-down.
