/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	padding: 0;
	margin: 10px;
	height: 81px;
}
#fisheye_menu li {
	position: relative;
	display: block;
	float: left;
}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	font-family:trebuchet MS, arial, helvetica, sana-serif;
	width: 79px;
	padding: 1px;
	margin: 0;
	border: solid 1px #669900;	
	color:#66CC00;
	background: #000000;
	background-image:url(images/icon_bg.jpg);
	background-repeat:repeat-x;
	font-size:9pt;
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
}