* html #logo a {
			filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/logo-trans.png',sizingMethod='scale');
			background:none; cursor:pointer; }
			
			* html .menu li li {
    display:inline; /* solve a IE PC list bug */
}
* html .menu li li a {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_subnav_item.png',sizingMethod='scale');
background:none;
}
* html #navigation ul.menu li li a.top_item {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_subnav_item_top.png',sizingMethod='scale');
background:none;
}
* html #navigation ul.menu li li a.bottom_item {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_subnav_item_bottom.png',sizingMethod='scale');
background:none;
}
* html #navigation ul.menu li li a:hover {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_subnav_item.png',sizingMethod='scale');
background:none;
}
* html #navigation ul.menu li li a.top_item:hover {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_subnav_item_top.png',sizingMethod='scale');
background:none;
}
* html #navigation ul.menu li li a.bottom_item:hover {
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_subnav_item_bottom.png',sizingMethod='scale');
background:none;
}
* html .client_list	{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_client_list.png',sizingMethod='scale'); background:none;}

	* html #banner_switch .client_list_link a	{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_client_list_link.png',sizingMethod='scale'); background:none;}			
	
	* html #quote_area	{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_customer_quotation.png',sizingMethod='scale'); background:none; background-color:#2B67AF;}	
	
		* html .column	{filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/bg_hp_column.png',sizingMethod='scale'); background:none;}	
		
		/* fixes firefox, ie difference in overall height because of the way each views borders */
					* + html .column li a { line-height:28px; } 
					* html .column li a { line-height:28px; }
					
					
					/* fixes firefox, ie difference in overall height because of the way each views borders */
					* + html .column li a.last { line-height:29px; } 
					* html .column li a.last { line-height:29px; }
					
					/* fixes firefox, ie difference in overall height because of the way each views borders */
			* + html #secondary_nav li a { line-height:28px; } 
			* html #secondary_nav li a { line-height:28px; }
			
			
			/* fixes firefox, ie difference in overall height because of the way each views borders */
				* + html #secondary_nav li a.last { line-height:29px; } 
				* html #secondary_nav li a.last { line-height:29px; }