// JavaScript Document
document.write('<!--[if IE]>');
document.write('<style type="text/css" media="screen">');
document.write(' #menu ul li {float: left; width: 100%;}');
document.write('</style>');
document.write('<![endif]-->');

document.write('<!--[if lt IE 7]>');
document.write('<style type="text/css" media="screen">');
document.write('body {');
document.write('behavior: url(include/csshover.htc);');
document.write('font-size: 100%;');
document.write('}'); 
document.write('#menu ul li {float: left; width: 100%;}');
document.write('#menu ul li a {height: 1%;}'); 

document.write('#menu a, #menu h2 {font: bold 0.7em/1.4em arial, helvetica, sans-serif;}');
document.write('.margin1 {margin: 0 0 0 40px;}'); 
 
document.write('/* Fix IE. Hide from IE Mac \*/');
document.write('* html ul li { float: left; }');
document.write('* html ul li a { height: 1%; }');
document.write('/* End */');

document.write('</style>');
document.write('<![endif]-->');

