menuitem tax
$tax_query = array( array( 'taxonomy' => 'menutype', 'field' => 'slug', 'operator' => 'AND', 'include_children' => true, ), );
$tax_query = array( array( 'taxonomy' => 'menutype', 'field' => 'slug', 'operator' => 'AND', 'include_children' => true, ), );