
/* Main menu containers */
.mapMenu {
	width: 137px;
	height: 25px;
	background: url(mMaps.jpg) no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
}
.mapMenu div {
	display: inline;
}
.mapMenu span a:link, .mapMenu span a:visited,  .mapMenu span a:hover,  .mapMenu span a:active {
	position: absolute;
	top: 0px;
	height: 25px;
	text-indent: 9000px;
	overflow: hidden;
	z-index: 20;
	color: black;
}

/* Navigation for mGoogle
	Offset: 0px
	Width: 137px */

.mapMenu .mGoogle a:link, .mapMenu .mGoogle a:visited {
	left: 0px;
	width: 137px;
}
.mapMenu .mGoogle a:hover, .mapMenu .mGoogle a:focus {
	background: url(mMaps.jpg) no-repeat 0px -25px;
}
.mapMenu .mGoogle a:active {
	background: url(mMaps.jpg) no-repeat 0px -50px;
}
.current-mGoogle .mGoogle a:link, .current-mGoogle .mGoogle a:visited {
	background: url(mMaps.jpg) no-repeat 0px -50px;
	cursor: default;
}
.mapMenu-mGoogle, .mapMenu-mGoogle-click, .mapMenu-mGoogle-onload {
	position: absolute;
	top: 0;
	left: 0px;
	width: 137px;
	height: 25px;
	background: url(mMaps.jpg) no-repeat 0px -25px;
}
.mapMenu-mGoogle-click {
	background: url(mMaps.jpg) no-repeat 0px -50px;
}
.mapMenu-mGoogle-onload {
	background: url(mMaps.jpg) no-repeat 0px -75px;
}

