In Drupal, how can I create the first page with a set of menus as content?
This website http://nationalstrategies.standards.dcsf.gov.uk/ seems to be using Drupal and I like the front page menu system but can't work as it did.
Does anyone have any ideas on what Drupal modules can reproduce this look and feel and functionality?
This is similar to the panels module http://drupal.org/project/panels
You can create minibars and create multi-table pages that contain other small pieces of content.
Edit: looking at the source of the page that drupal is running on and they are using the panels module (included / sites / all / modules / panels / js / panels.js)
Ed
I was able to recreate the styling using taxonomy, views and panels.
A view was created for a specific taxonomic term, and then it was turned into a block and displayed in a panel.
It seems to work pretty well.