* html img,
* 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 = "/shim.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)
);
}
#centeredmenu {
	color: #888685;
	font-size: 12px;
	font-family: Palatino, "Times New Roman", Times, Georgia, serif;
	text-transform: uppercase;
	margin: 0 0 24px;
	padding: 0;
	position: relative;
	z-index: 1000;
	width: 100%;
	float: left;
	clear: both;
	border-top: 1px dashed #dfe8dc;
	border-bottom: 1px dashed #dfe8dc }
#centeredmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	right: 0;
	float: none }
#centeredmenu ul li {
	display: inline;
	margin: 0;
	padding: 0 9px;
	position: relative;
	left: 0;
	float: left }
#centeredmenu ul li a {
	color: #888685;
	line-height: 30px;
	text-decoration: none;
	display: inline;
	margin: 0;
	padding: 0 10px;
	height: 28px }
#centeredmenu ul li.active a { }
#centeredmenu ul li a:hover {
	color: #ed7a00;
	text-shadow: 0px 0px 10px rgba(255,255,255,.9)   }
#centeredmenu ul li:hover a, #centeredmenu ul li.hover a { }
