div#store a {
  	background: url(/imagenes/tienda.jpg) left top no-repeat;
}
div#store a:hover {
 	width: 60px;
  	background: url(/imagenes/tienda.jpg) -60px top no-repeat;
}
#loginButton a {
  	background: url(/imagenes/foro.jpg) left top no-repeat;
}
#loginButton a:hover {
  	background: url(/imagenes/foro.jpg) -60px top no-repeat;
}
.menu {
    margin-right: 22px;
    margin-left: 15px;
}
#about {
	left: 100px;
}
#calendar {
	left: 238px;
	width: 130px;
}
#dance {
	left: 347px;
}
#programs {
	left: 517px;
}
#resources {
	left: 689px;
}
#alitoTeach {
	margin-top: 5px;
}
form#contactForm p.contactNote {
	width: 400px;
}
#rightCorner #eventsButton {
	margin-top: -25px;
	margin-left: 55px;
}
#rightCorner #eventsButton a {
	position: relative;
	z-index: 8;
 	width: 60px;
  	height: 60px;
  	display: block;
  	background: url(/imagenes/eventosCombined.gif) left top no-repeat;
}
#rightCorner #eventsButton a:hover {
  background: url(/imagenes/eventosCombined.gif) -60px top no-repeat;
}
#infoAt {
	margin-top: -97px;
	margin-left: -73px;
}		
div#infoAt a {
	position: relative;
	z-index: 8;
 	width: 60px;
  	height: 60px;
  	display: block;
  	background: url(/imagenes/contactoCombined.gif) left top no-repeat;
}
div#infoAt a:hover {
  background: url(/imagenes/contactoCombined.gif) -60px top no-repeat;
}
#mailingList {
	position: relative;
	z-index: 8;
	margin-top: 6px;
	margin-left: 30px;
}
div#mailingList a {
 	width: 171px;
  	height: 26px;
  	display: block;
  background: url(/imagenes/correoCombined.gif) left top no-repeat;
}
div#mailingList a:hover {
  background: url(/imagenes/correoCombined.gif) -170px top no-repeat;
}