/* Title:		IE patchesAuthor: 	dan@simplebits.com*//* nav fix */*:first-child+html #nav li {	width: 14%;}/* self-clear floats */* html { /* IE6 */	height: 1%;}	*:first-child+html { /* IE7 */	min-height: 1px;}	a img {	padding: 0px;	-webkit-transition: opacity .2s ease-in-out;	   -moz-transition: opacity .2s ease-in-out;		 -o-transition: opacity .2s ease-in-out;			transition: opacity .2s ease-in-out;	} /* IE 5-7 hack */a:hover img{	opacity: 0.6;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 hack */		filter: alpha(opacity = 60);} /* IE 5-7 hack */