/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	padding: 0;
	margin: 0px;
	height: 110px;
}
#fisheye_menu li {
	position: middle;
	display: block;
	float: right;
}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 70px;
	padding: 0px;
	margin: 0;
	border: solid 0px #bbb;	
	color: #000;
	background: #eee;
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 0;
	vertical-align: middle;
}