ul#nav {
	list-style: none;
}
ul#nav li {
	display: inline;
	padding: 5px;
}

div#map {
	width:  1024px;
	height: 859px;
	background: url('../img/med_base.png');
	border: 1px black dotted;
	position: relative;
}

div#map div {
	text-indent: -9999px;
	width: 1024px;
       height: 859px;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
div#political { background: url('../img/med_political.png');width: 1024px; height: 859px;}
div#features { background: url('../img/med_features.png');width: 1024px; height: 859px;}
div#geography { background: url('../img/med_geographical.png');width: 1024px; height: 859px;}
div#key { background: url('../img/med_key.png');width: 1024px; height: 859px;}
div#manmade { background: url('../img/med_topstuff.png');width: 1024px; height: 859px;}
div#terrain { background: url('../img/med_terrain.png');width: 1024px; height: 859px;}
div#underground { background: url('../img/med_underground.png');width: 1024px; height: 859px;}


div#map:after, div#features:after , div#geography:after , div#key:after , div#manmade:after,
div#terrain:after , div#underground:after, div#political:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 670px;
}
