document.write('	<!--[if gte IE 5]>')
document.write('            <style type="text/css">')
document.write('            /* that IE 5+ conditional comment makes this only visible in IE 5+ */')
document.write('            ul.makeMenu li {  /* the behaviour to mimic the li:hover rules in IE 5+ */')
document.write('                behavior: url(css_menu/css_menus_for_ie.htc );')
document.write('            }')
document.write('            ul.makeMenu ul {  /* copy of above declaration without the > selector */')
document.write('                display: none; position: absolute; top: 0px; left: 200px;')
document.write('            }')
document.write('            </style>')
document.write('    <![endif]-->')

