.activeOption {
	background:#CCC;
	float:left;
	cursor:default;
	width:394px;
	height:1.5em;
	text-align:center;
	padding-top:.2em;
	margin-top:3px;
}
.inactiveOption {
	background:#CC9360;
	float:left;
	cursor:pointer;
	width:394px;
	height:1.5em;
	text-align:center;
	padding-top:.2em;
	margin-top:3px;
}
#mapOption {
	margin-right:2px;
}
#mapsContainer {
	width:790px;
}

