/* Fisheye Menu Styles */
#fishwrapper {
	float: right;
	text-align: center;
	margin: 0 14px 0 0;
	width: 605px;
	height: 212px;
	background-image: url(../images/fisheye/fisheyebg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
	padding: 0;
	margin: 20px 12px 0px 12px;
}
#fisheye_menu {
	list-style: none;
	padding: 0;
	margin: 10px;
	height: 120px;
}
#fisheye_menu li {
	position: relative;
	display: inline;
	color: #ffffff;
}
#fisheye_menu span {
	font-family: "Trebuchet MS", arial, sans serif;
	font-size: 14px;
	font-weight: bold;
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 90px;
	padding: 1px;
	margin: 30px 0 0 19px;
}
#fisheye_menu a {
	text-decoration: none;
}

