/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	padding-top: 50px;
	margin: 0px;
	height: 60px;
}
#fisheye_menu li {
	position: relative;
	display: block;
	width: 60px;
	float: right;
}

#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	margin: 0;
	border: solid 1px #bbb;	
	font-weight: normal;
	padding: 5px;
	color: #000;
	background: #cde28c;
}

#fisheye_menu a {
	text-decoration: none;
}

#fisheye_menu img {
	border: 0;
	vertical-align: top;
}
