* html body {
	filter:expression(document.execCommand("BackgroundImageCache", false, true));
	behavior: url("js/csshover3.htc");
}

* html img.png { position:relative; zoom:1;  behavior: 
 expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" &&  this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src  + "', sizingMethod='image')",  this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg 
:this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''),  this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" +  this.origBg + "', sizingMethod='crop')",  this.runtimeStyle.backgroundImage = "none")), this.pngSet=true)  );
}

* html .slogan{
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bg-slogan.png', sizingMethod='scale');
}

* html .dropDown ul, * html .dropDownMen ul, * html .block ul{
	overflow:visible;
	height:1%;
}
* html .develop{
	margin-top:15px;
}

* html .dropDownMen ul li{
	padding-right:0 !important;
}
