.extra {
	display: inline;
	float: left;
	text-decoration: none;
	margin: 0px;
}
.extra em {
	font-style: normal;
}
.extra img {
	border: 0;
	display: block;
}
.extra:hover {
	background: White;
	position: relative;
	cursor: pointer;
}
.extra em.home, .extra b.home {
	display: none;
}
.extra:hover b.home {
	display: block;
	position: absolute;
	margin-top: -35px;
	margin-left: auto;
	width: 15em;
	background: Background;
	height: 35px;
	opacity: 0.7;
}
.extra:hover em.home {
	display: block;
	position: absolute;
	top: -35px;
	width: 15em;
	left: auto;
	height: 25px;
	color: White;
	margin: 0px;
	line-height: 1.5em;
	font-size: x-small;
}
.extra em.events, .extra b.events {
	display: none;
}
.extra:hover b.events {
	display: block;
	position: absolute;
	margin-top: -35px;
	margin-left: auto;
	width: 20em;
	background: Background;
	height: 35px;
	opacity: 0.7;
}
.extra:hover em.events {
	display: block;
	position: absolute;
	top: -35px;
	width: 20em;
	left: auto;
	height: 25px;
	color: White;
	margin: 0px;
	line-height: 1.5em;
	font-size: x-small;
}
.extra em.news, .extra b.news {
	display: none;
}
.extra:hover b.news {
	display: block;
	position: absolute;
	margin-top: -35px;
	width: 12em;
	margin-left: auto;
	background: Background;
	height: 35px;
	opacity: 0.7;
}
.extra:hover em.news {
	display: block;
	position: absolute;
	top: -35px;
	width: 12em;
	left: auto;
	height: 25px;
	color: White;
	margin: 0px;
	line-height: 1.5em;
	font-size: x-small;
}
.extra em.contact, .extra b.contact {
	display: none;
}
.extra:hover b.contact {
	display: block;
	position: absolute;
	margin-top: -35px;
	margin-left: -278%;
	width: 24em;
	background: Background;
	height: 35px;
	opacity: 0.7;
}
.extra:hover em.contact {
	display: block;
	position: absolute;
	top: -35px;
	width: 24em;
	left: -278%;
	height: 25px;
	color: White;
	margin: 0px;
	line-height: 1.5em;
	font-size: x-small;
}
.extra em.request, .extra b.request {
	display: none;
}
.extra:hover b.request {
	display: block;
	position: absolute;
	margin-top: -35px;
	margin-left: -184%;
	width: 18em;
	background: Background;
	height: 35px;
	opacity: 0.7;
}
.extra:hover em.request {
	display: block;
	position: absolute;
	top: -35px;
	width: 18em;
	left: -184%;
	height: 25px;
	color: White;
	margin: 0px;
	line-height: 1.5em;
	font-size: x-small;
}