/*************************
 *  fisheye menu styles  *
 *************************/
#fisheye_menu {
	list-style: none;
	padding: 0;
	margin: 0 10em 0 0;
}
#fisheye_menu li,
#ffisheye_menu li {
	position: relative;
	display: block;
	float: left;
	margin-right: 1em;
}
#fisheye_menu span,
#ffisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	font: normal 12px calibri,frutiger,geneva,sans-serif;
	padding: 1px 5px;
	margin-top: 5pt;
	border: 1px dotted #bbb;	
	color: #333;
	background-color: #eee;
}
#fisheye_menu span.sm,
#ffisheye_menu span.sm {
	font-size: 12px;
}
#fisheye_menu span.xl,
#ffisheye_menu span.xl {
	font-size: 16pt;
    border-color: #5a5a5a;
    border-style: solid;
    border-width: 1pt 2pt 2pt 1pt;
}
#fisheye_menu a,
#ffisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img,
#ffisheye_menu img {
	opacity:1;
	vertical-align: top;
}
#ffisheye_menu span.two {
	margin-top: -5px !important;
	margin-left: -5px !important;
}
