body {
behavior: url(../../htc/csshover.htc);
font-size: 100%; /* enable IE to resize em fonts */
} 

#navigation ul li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}

#navigation ul li a {
height: 1%; /* make links honour display: block; properly */
} 

#navigation a, #navigation h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif; 
/* if required use em's for IE as it won't resize pixels */
} 
