/* 
Title:		IE patches
*/

/* nav fix */	
* html #nav li { /* IE6 */
	width: 7%;
	}

* html .group { /* IE6 */
	height: 1%;
	}

/* self-clear floats */
* html .group { /* IE6 */
	height: 1%;
	}	
*:first-child+html .group { /* IE7 */
	min-height: 1px;
	}
