#logo_menu {
	width: 75px;
	height: 66px;
	background-repeat: no-repeat;
	position: relative;
	z-index: 10000;
	left: 16px;
	top: 53px;
	cursor: auto;
	-webkit-transition: background-image 1s linear 0s;
	-moz-transition: background-image 1s linear 0s;
	-ms-transition: background-image 1s linear 0s;
	-o-transition: background-image 1s linear 0s;
	transition: background-image 1s linear 0s;
	vertical-align: middle;
	}
#Link_IPChain {
	color: #333;
	font-family: "MS Serif", "New York", serif;
	font-size: medium;
	text-align: center;
	vertical-align: top;
}
#logo_menu:hover {
	background-image: url(/Images/IPCHAINLAYERS_Menu_Logo_Glow.png);
}
