#mappit {
	background-color: #c0c0c0;
	width: 450px;
	height: auto;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #006666;
	margin: 0px;
	padding: 10px 0px;
	}
ul#mappit {
	list-style-type: none;
	margin: 0px;
}
ul#mappit li {
	display: inline;
}
ul#mappit li a{
	 display: block; 
  	 text-decoration: none; 
  	 padding: 3px; 
  	 border-bottom: solid 1px #39f; 
  	 border-right: solid 1px #39f; 
}
#mappit li a:link {
	text-decoration: none;
	font-weight: bold;
  	color: #006666;
	font-size: 10px;
	}
#mappit li a:visited {
	text-decoration: none;
	font-weight: bold;
  	color: #006666;
	font-size: 10px;
	}
#mappit li a:hover {
	background-color: #006666;
	text-decoration: none;
	font-weight: bold;
  	color: #f7f7f7;
	font-size: 10px;
	}
#mappit li a:active {
	text-decoration: none;
	font-weight: bold;
  	color: #006666;
	font-size: 10px;
	}
