DIV.where_will_i {
	position: relative;
	width: 585px;
	height: 52px;
	background: url(images/where.jpg) left top no-repeat;
	padding: 0em;
	margin: 1em 0em;
}

DIV.where_will_i H2 { display: none; }

DIV.where_will_i UL, DIV.where_will_i LI {
	list-style: none;
	padding: 0px;
	margin: 0px;
	display: inline;
}

DIV.where_will_i A {
	position: absolute;
	top: 0px;
	height: 52px;
	text-indent: -9999em;
	background: top no-repeat;
	display: block;
	padding: 0px;
	margin: 0px;
}

DIV.where_will_i A:hover { background-position: bottom; }
DIV.where_will_i LI.live A { left: 163px; width: 95px; background-image: url(images/live.jpg); }
DIV.where_will_i LI.eat A { left: 258px; width: 98px; background-image: url(images/eat.jpg); }
DIV.where_will_i LI.learn A { left: 356px; width: 114px; background-image: url(images/learn.jpg); }
DIV.where_will_i LI.play A { left: 470px; width: 115px; background-image: url(images/play.jpg); }
