.map {
	list-style: none;
	position: relative;
	width: 400px;
	height: 400px;	
	margin: auto;
	padding: 0;
}

.map li {
	position: absolute;
}

.monster {
	width: 16px;
	height: 16px;
	background: url(../images/icons/off.png) no-repeat;
}

.monster:hover {
	background: url(../images/icons/on.png) no-repeat;
}

.maptooltip {
	padding: 5px;
	background: #000;
	font: 11px Arial, Helvetica, sans-serif;
	color: #eeeeee;
	text-align: center;
	opacity: .75;
	filter:alpha(opacity=75);
}


.mapheader {
	background: #000;
	color: #e58c01;
	padding: 3px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
