If you're talking about doing a redirect upon selection, then that would be done using Javascript. If you are going to have the user submit the form after selecting from the menu, then that would be done like this:
<?php
header ("Location: $menu");
exit;
?>