function zIndexWorkaround()
{if(isIE())
{$("ul#nav li").parents().each(function(){var p=$(this);var pos=p.css("position");if(pos=="relative"||pos=="absolute"||pos=="fixed")
{p.hover(function(){$(this).addClass("on-top");},function(){$(this).removeClass("on-top");});}});}}
