// adds hover and other dropmenu fixes for IE - run this AFTER the link to the menu-containing stylesheet

document.write("<!--[if IE]>");
document.write("<style type=\"text/css\" media=\"screen\">");
document.write("\n#menu ul li {float: left; width: 100%;}");
document.write("\n</style>");

document.write("\n<style type=\"text/css\" media=\"screen\">");
document.write("\,body {");
document.write("\nbehavior: url(/htc/csshover.htc);");
document.write("\nfont-size: 100%;");
document.write("\n}");
 
document.write("\n#menu ul li a {height: 1%;} ");
 
document.write("\n#menu a, #menu h2 {");
document.write("\nfont: bold 1em/1.4em arial, helvetica, sans-serif;");
document.write("\n}");
document.write("\n</style>");
document.write("\n<![endif]--> ");