/* MOUSEOVER
---------------------------------------------------------------------- */
#mouseover {
}


#mouseover ul {
	padding: 0;
	margin: 0;
}


#mouseover li {
	float: left;
	display: inline;
	list-style-type: none;
}


#mouseover li a {
	height: 50px;
	width: 160px;
	overflow: hidden;
	text-decoration: none;
	display: block;
}


#mouseover li.mo1 a {
	background: url(/img/ironman/textchange.jpg) 0px 0px no-repeat;
}


#mouseover li.mo2 a {
	background: url(/img/ironman/textchange.jpg) -160px 0px no-repeat;
}


#mouseover li.mo3 a {
	background: url(/img/ironman/textchange.jpg) -320px 0px no-repeat;
}


#mouseover li.mo4 a {
	background: url(/img/ironman/textchange.jpg) -480px 0px no-repeat;
}


#mouseover li.mo5 a {
	background: url(/img/ironman/textchange.jpg) -640px 0px no-repeat;
}


#mouseover li.mo1 a:hover {
	background-position: 0px -50px;
}


#mouseover li.mo2 a:hover {
	background-position: -160px -50px;
}


#mouseover li.mo3 a:hover {
	background-position: -320px -50px;
}


#mouseover li.mo4 a:hover {
	background-position: -480px -50px;
}


#mouseover li.mo5 a:hover {
	background-position: -640px -50px;
}


.display {
	display: none;
}