/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	margin: 10px;
	padding-left: 20px;
	height: 81px;
}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
}
#fisheye_menu span {
	position: absolute;
	top: 90;
	left: 0;
	text-align: center;
	width: 79px;
	padding: 1px;
	margin: 0;
	font: 11px Verdana;
	font-weight:700;
	color: #333;
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
}
