Graham
Waplocus you are only supposed to use an id once on a page they should be unique to that element
an active element is the one you just clicked on
so just give the divs a class instead of an id and declare
.classname:active{...} in your css
note that a few browsers do not allow :active on anything other than a link or button
If you want to mark the current page in a header menu
this is the code that xtgem uses to mark the current page in xt_navigation containers
it adds a class of "active" to the current pages item in the menu
it comes from this
http://xtgem.com/js/page_templates_simple.js