
/* MOUSEOVER
---------------------------------------------------------------------- */
#mouseover {
	height: 37px;
	padding-left: 30px;
	background-image: url(/img/info/mouseover.jpg);
}

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

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

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

#mouseover li.mo1 a {
	width: 30px;
}

#mouseover li.mo2 a {
	width: 184px;
}

#mouseover li.mo3 a, #mouseover li.mo4 a, #mouseover li.mo5 a {
	width: 185px;
}

#mouseover li.mo6 a {
	width: 29px;
}

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

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

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

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

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

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

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

#mouseover li.mo2 a:hover {
	background-position: -30px -37px;
}

#mouseover li.mo3 a:hover {
	background-position: -214px -37px;
}

#mouseover li.mo4 a:hover {
	background-position: -399px -37px;
}

#mouseover li.mo5 a:hover {
	background-position: -584px -37px;
}

#mouseover li.mo6 a:hover {
	background-position: -770px -37px;
}

.display {
	display: none;
}
