
/* Fisheye Menu Styles */
#fisheye_menu {
	size: inherit;
	list-style: none;
	padding: 2;
	margin: 0; 
	height: 88px;
}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
	background-color:#CC6;
}
/* image text */
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 88x; 
	padding: 0px;
	margin: 0;
	border: 6 thick;

	color: #333;   
	background: #eee; /* was eee */
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	size:landscape;
	border-style: hidden;
	border-color: white;
	border-width: 4px;
	background-color:#CC6;
	vertical-align: 0; 

	}