
/* self-clear floats */

* html .floatCont { /* IE6 */
	height: 1%;
	}
*:first-child+html .floatCont { /* IE7 */
	min-height: 1px;
	}
	
	
	
	
	

/*

*:first-child+html #nav li {
	width: 24.9%;
	}

/* PNG fix 

* html #selector { /* for IE<6 */
/*	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='img/image.png'); background-image: none; background-repeat: no-repeat; background-color: transparent;
	}

*/