For the second menu you are missing the state variable.
<a href=meet.php?direct=health services>
Should be:
<a href=meet.php?state=$_GET['state']&direct=health services> (Example, not valid with code)
For the second menu the State variable isn't passed through the second link. You will need to pass the state with the direct also so they are both passed through the $_GET.