/* MOUSEOVER
---------------------------------------------------------------------- */

#mouseover {
 margin: 20px 0 0 30px;
}


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


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


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


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


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


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


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


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


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


#mouseover li.mo2 a:hover {
	background-position: -150px -40px;
}


#mouseover li.mo3 a:hover {
	background-position: -300px -40px;
}


#mouseover li.mo4 a:hover {
	background-position: -450px -40px;
}


#mouseover li.mo5 a:hover {
	background-position: -600px -40px;
}


.display {
	display: none;
}