#mappit {	background-color: #eebbbb;	width: 450px;	height: auto;	text-decoration: none;	font-weight: bold;	text-align: left;	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 #663333;   	 border-right: solid 1px #663333; }#mappit li a:link {	text-decoration: none;	font-weight: bold;  	color: #663333;	font-size: 11px;	}#mappit li a:visited {	text-decoration: none;	font-weight: bold;  	color: #663333;	font-size: 11px;	}#mappit li a:hover {	background-color: #663333;	text-decoration: none;	font-weight: bold;  	color: #f7f7f7;	font-size: 11px;	}#mappit li a:active {	text-decoration: none;	font-weight: bold;  	color: #663333;	font-size: 11px;	}