@charset "utf-8";
/* 
	IE 8 and lower style sheet
	
	Notes:
	
	- To target IE 7 and below, you can use:
		selector { *property : value; }
	
	- To target IE 7 specifically, you can use:
		*:first-child+html selector { property: value; }
	
	- To target IE 6 specifically:
		* html selector { property: value; }
	
	- To use CSS3 Pie, use the following structure:
		selector { behavior: url(/js/PIE.htc); }
	
*/

ul.dropdown li { zoom: 1; }
.clearfix { zoom: 1; display: block; } 



/* IE 7 only
**************************************/




/* IE 6 only
*************************************/
* html .bgstretcher { position: absolute; }





