/* IE-specific CSS for <= 6*/
/* CSS IE Hack Fix ... ewwwwww */
/** a {
	position:relative;
} */
/*End CSS Hack*/

#mainimage {
	display: block;
}
/* Incompatible with menu below * html li, */
* html img, * html .png, * html #upcoming_events ul li, * html input {
	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 = "/ie/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)
	);
}

/* menu-specific CSS */

/*These assist the iframe shim, IE6 and less only*/
.mlmenujs iframe{
	position: absolute;
	display: block;
	filter: alpha(opacity=0);
	z-index: 8999;
/*	border: 1px solid #fff;*/
}
select,object,iframe{
	z-index: 9999;
}
.delay li.hide ul{
	filter: alpha(opacity=0);
}
.vertical li.last{
	/*border-bottom: none;
		position: absolute;*/
}
div.vertical{
/*	margin-bottom: 1.3em;*/
}
.mlmenujs a{
	padding: 0;
	padding-left: 2px;
}
div.horizontal ul ul{
margin-top: 0;
}
.mlmenujs,.mlmenu{
z-index: 8999;
/*border: 1px solid #fff;*/
}