/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	padding: 0;
	margin:  0px;
	height: 130px;
        width: 760px;
	align: center;
	font-size: 6pt;
}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
	padding: 2;
}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left:0;
	text-align: center;
	width: 190px;
	padding: 1px;
	margin: 0;
	color: #000;
	border:1;
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
        color: #999;
}