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

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


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

#mouseover li.mo1 a {
	height: 22px;
	width: 100px;
	overflow: hidden;
	text-decoration: none;
	display: block;
}

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


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


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


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


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


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


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


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


#mouseover li.mo2 a:hover {
	background-position: -100px -22px;
}


#mouseover li.mo3 a:hover {
	background-position: -230px -22px;
}


#mouseover li.mo4 a:hover {
	background-position: -360px -22px;
}


#mouseover li.mo5 a:hover {
	background-position: -490px -22px;
}

#mouseover li.mo6 a:hover {
	background-position: -620px -22px;
}


.display {
	display: none;
}