/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	padding: 0;
	height: 81px;
	color: #FFFFFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 6%;
}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
	/*  spacing between images:	  */
	padding-right: 2.5%;
}

#fisheye_menu span {
	position: absolute; 
	top: 80%;
	left: 0;
	text-align: center;
	width: 79px; 
	padding: 1px;
	margin: 0;
	color: #FFFFFF;
	border: 0px none #FFFFFF;
	text-indent: 10px;
	font-weight: bold;
	font-size: small;
}

#fisheye_menu a {
	text-decoration: none;
	font-size:10px;
	font-weight:bold;
/*	border: 0 none #FFFFFF;
	background-color: #FFFFFF; */

}
#fisheye_menu img {
	border: 0;
	vertical-align: top;

}

