I'm trying to make a layered wordpress menu, out of categories. Here's how it's going to look:

I have no clue how to develop this, can't do it with get_posts (not sortable by parent/children), or wp_list_categories (can't pull thumbnails). Also, I have to assign thumbnails to categories somehow.
Is there an easy way to implement something like this with wordpress?