#h-menu li{ 
/* :first-child */ 
	background-image: expression( (this==this.parentNode.childNodes[0]) ? "none" : "auto"); 
	padding-left: expression( (this==this.parentNode.childNodes[0]) ? "4px" : "auto"); 
}
#wrapper{
	height: 100%;
	overflow:visible;
}
#content{overflow:visible;}
.drop-down-bt{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/assets/images/bg-drop-down-bt.png', sizingmethod='crop');
}
#h-menu .drop-down a, #h-menu li:hover .drop-down a, #h-menu li.hover .drop-down a{
	background:none;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/assets/images/a-drop-down.png', sizingmethod='scale');
	cursor:pointer;
}
#h-menu .drop-down a:hover{
	background:none!important;
	filter:progid:dximagetransform.microsoft.alphaimageloader(src='/assets/images/a-drop-down-hover.png', sizingmethod='scale');
	cursor:pointer;
}

.breadcrumbs li{background-image:expression((this===this.parentNode.childNodes[0]) ? 'none' : 'auto');}
.columns-holder .col{margin-left:expression((this===this.parentNode.childNodes[0]) ? '0' : '65px');}