/* place css fixes for all versions of IE in this CSS file */

.layout01 #content {
	zoom: 1;
	/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */	
}
.layout01 #left-col .nav li a {
	width: 99.99%;
	/* extend the sensible area to the maximum with IE5 */
}