/* adjustment for IE5 */
body {
	font-size: x-small; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: small;
	}
html>body { /* be nice to Opera */
	font-size: small;
	}
/* self-clear floats */
.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }
/* trigger hasLayout and target ie5+6/win only */
* html .group,
* html #nav ul li a {
	height: 1%;
	}	
/* trigger hasLayout and target ie7/win only */
*:first-child+html .group {
	min-height: 1px;
	}