/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	padding: 0;
	margin: 0px;
	height: 81px;
	background-image: url(../images/FishEye/Background.png);
	background-repeat: no-repeat;
}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0;
	color: #FCEB70;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
}
