/* CSS Document */
/**********************************************************************************************
IE EFFECTS
***********************************************************************************************/
.shadow
									{
									width : 100%;
									filter: shadow( color=#FFB754, Strength=3, direction=100 );
	
									}
.lightdropshadow
									{
									width : 100%;
									filter: dropshadow( color=#FFFFFF, offX=1, offY=1 );
	
									}
									
									
.darkdropshadow
									{
									width : 100%;
									filter: dropshadow( color=#4A4949, offX=1, offY=1 );
	
									}									
									
.blur
									{
									width : 100%;
									filter: blur(Strength=10); 
	
									}
									
.glow
									{
									width : 100%;
									filter: glow(color=#FFB754,strength=2); 
	
									}
									

