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