/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	padding: 0;
	margin: 10px;
	height: 200px;
}
#fisheye_menu li {
	position: relative;
	display: inline;
	float: center;
	margin: 0;
	padding: 0;
}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 50;
	text-align: center;
	width: 79px;
	padding: 1px;
	margin: 0;
	border: solid 1px #bbb;	
	color: #333;
	background: #eee;
	font-family: helvetica;
}
#fisheye_menu a {
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
}