#map{
	float:right;
	width:258px;
	height:400px;
	margin-left:20px;
}

.map{
	position:absolute;
	width: 50px;
	height:5em;
	z-index:99;
}
.map ul li{
	float:left;
}
.map ul li a{
	color:#000055;
	font-weight:bold;
	text-decoration:none;
}
.map ul li a:hover{
	color:#000055;
	text-decoration:underline;
}
.map ul{
	list-style:outside;
	margin:0;
	padding:0;
}
.hidden{
	display:none;
}
.shown{
	display:block;
}
