/* Fisheye Menu Styles */
#fisheye_menu {
	width:720px;
	text-align: center;;
}
#fisheye_menu ul {
	list-style: none;
	padding: 0;
	margin: 10px;
	height: 48px;
}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
	width:49px;
}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #666666; font-weight: normal; 
	width: 45px;
	padding: 1px;
	margin: 0;
	border: none;	
	color: #000000;
	/*background: #FFFFFF;*/
	display: none;
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
}
