#fisheye_menu {
	list-style: none;
	padding: 0;
	margin: 0 0 0 250px;
	height: 100px;
}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
	z-index: 100;
}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	color: #000;
	background-color: #fff;
	font-weight: bold;
	padding: 1px;
	margin: 0;
	width: 79px;
	/*
	border: solid 1px #bbb;	
	background: #eee;
	
	*/
	z-index: 110;
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
	z-index: 120;
}
