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

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

#mouseover li {
	float: left;
	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/suteki/mouseover.jpg) 0px 0px no-repeat;
}

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

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

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

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

#mouseover li.mo6 a {
	background: url(/img/suteki/mouseover.jpg) -750px 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;
}

#mouseover li.mo6 a:hover {
	background-position: -750px -40px;
}

.display {
	display: none;
}