/* Fisheye Menu Styles */
#fisheye_menu {
	margin-top: -4px;
	margin-left: 80px;


}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
	margin-right: -8px;
}
#fisheye_menu span {
	position: fixed;
	width: 250px;
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	vertical-align: top;
}

