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