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