/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	padding: 0;
	margin: 0px;
	height: 45px;
}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 70;
	padding-left: 2px;
	padding-right: 2px;
	margin: 0;
	border: solid 1px #e6e6e6;	
	color: #333;
	background-color: transparent;
}
#fisheye_menu a {
	text-decoration: none;
	font-size: 9px;
	line-height: 11px;
}
#fisheye_menu img {
	border: 0;
	vertical-align: bottom;
}