a.image1 span {
	text-decoration: none; 
	display: block;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #000066;
	background-color: #cc9966;
	color: white;
	width: 140px;
}


a.image2 span {
	text-decoration: none; 
	display: block;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #000066;
	background-color: #99cc99;
	color: white;
	width: 141px;
}


a.image3 span {
	text-decoration: none; 
	display: block;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #000066;
  border-top: 0px;
	background-color: #cccccc;
	color: white;
	width: 137px;
}


a.image4 span {
	text-decoration: none; 
	display: block;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #000066;
	background-color: #9999cc;
	color: white;
	width: 142px;
}


a.image5 span {
	text-decoration: none; 
	display: block;
	padding: 5px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid #000066;
	background-color: #6699cc;
	color: white;
	width: 137px;
}




a.span {
	color: #373737;
}

a.span:hover {
	background: none; 
	color: black;
}

a.span span {
	display: none;
}

a.span:hover span {
  text-decoration: none; 
	display: inline;
	position: absolute;
	margin-left: 10px;
	padding: 5px;
	font-size: 13px;
	background-color: #88a7e1;
	color: black;
	border: 1px solid #000066;
}



