* html .png {
position: relative;
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 = "i/transparent.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 .main_menu {
	margin-left: 45px;
}
* html .main_menu a {
	margin-left: 20px;
}
* html .btn_main_menu {
	background: none;
}
* html .with_image {
	background: url('../i/sageata5.gif') no-repeat center left;
}

* html .exit {
	background: url('../i/btn_exit.gif') no-repeat center;
}

* html .menu li {
	height: 20px;
}
