﻿/* IE6 PNG opacity */
img{behavior: url(../css/iepngfix.htc);}

* html #header ul#nav li a.resources {
	background:url(../images/none.gif);
	cursor:pointer;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='../images/resources-img.png', sizingmethod='scale');
}
* html #header ul#nav li a.community {
	background:url(../images/none.gif);
	cursor:pointer;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='../images/community-img.png', sizingmethod='scale');
}
* html #header ul#nav li a.news {
	background:url(../images/none.gif);
	cursor:pointer;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='../images/news-img.png', sizingmethod='scale');
}
* html #header ul#nav li a.opinions {
	background:url(../images/none.gif);
	cursor:pointer;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='../images/opinions-img.png', sizingmethod='scale');
}
* html #header ul#nav li a.notable {
	background:url(../images/none.gif);
	cursor:pointer;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='../images/notable-img.png', sizingmethod='scale');
}
* html #header ul#nav li a.about {
	background:url(../images/none.gif);
	cursor:pointer;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='../images/about-img.png', sizingmethod='scale');
}
* html #content .heading {
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='../images/green-heading.png', sizingmethod='scale');
}
* html #content .blue {
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='../images/blue-heading.png', sizingmethod='scale');
}
/* IE6 first-child implementation */
* html #header ul.breadcrumb li {
	background: expression( (this===this.parentNode.childNodes[0]) ? "none" : "url(../images/breadcrumb.gif) no-repeat 0 5px"); 
}
* html #content ul li { 
	background: expression( (this===this.parentNode.childNodes[0]) ? "none" : "url(../images/content-li.gif) no-repeat 0 2px"); 
}
#content ul.watch li {
	background: expression( (this===this.parentNode.childNodes[0]) ? "url(../images/camera.gif) no-repeat 0 2px" : "url(../images/camera.gif) no-repeat 0 2px"); 
}
* html #footer ul li { 
	background: expression( (this===this.parentNode.childNodes[0]) ? "none" : "url(../images/footer-li.gif) no-repeat 0 2px"); 
}
/* IE6 floating */
* html .columns-holder {
	float:none;
}
* html #content .heading {
	margin:3px 5px 3px 0;
}