#SteelsMenu {
	list-style: none;
	padding: 0;
	width: 500px;
	height: 80px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 40px;
}
#SteelsMenu span {
	display: none;
	position: absolute;
}
#SteelsMenu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#SteelsMenu a:hover {
	background-position: 0px -74px;
}
#SteelsMenu a:hover span{
	display: block;
}
#SteelsMenu .Steelshome {
	width: 85px;
	height: 76px;
	left: 0px;
	top: 0px;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
}

#SteelsMenu .Steelshistory {
	width: 85px;
	height: 76px;
	left: 85px;
	top: 0px;
	background-image: url(../images/history.png);
	background-repeat: no-repeat;
}

#SteelsMenu .Steelsmember {
		width: 85px;
	height: 76px;
	left: 170px;
	top: 0px;
	background-image: url(../images/member.png);
	background-repeat: no-repeat;
}
#SteelsMenu .Steelscontact {
	width: 85px;
	height: 76px;
	left: 255px;
	top: 0px;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
}
#SteelsMenu .SteelsLocations {
	width: 85px;
	height: 76px;
	left: 340px;
	top: 0px;
	background-image: url(../images/locations.png);
	background-repeat: no-repeat;
}
/*extra roll over image
#SteelsMenu .Steelshome span {
	width: 70px;
	height: 44px;
	background: url(../images/home-over.gif) no-repeat;
	left: 0px;
	top: 54px;
}
#SteelsMenu .Steelshistory span {
	width: 40px;
	height: 12px;
	background: url(../images/home-over.gif) no-repeat;
	left: 0px;
	top: 54px;
}
#SteelsMenu .Steelsmember span {
	width: 92px;
	height: 20px;
	left: 0px;
	top: 54px;
	background: url(../images/home-over.gif) no-repeat;
	background-repeat: no-repeat;
}
#SteelsMenu .Steelscontact span {
	width: 92px;
	height: 20px;
	background: url(../images/home-over.gif) no-repeat;
	left: 0px;
	top: -10px;
}*/
