/* CSS Document */

#wrap {
  position :absolute;
	margin: 1px;
   width: 400px;	
	padding: 10px;


}

#fisheye_menu li {
	position: absolute;
	display: block;
	float: left;

}
#fisheye_menu span {
	position: absolute;
	top: 100%;
	left: 0;
	text-align: center;
	width: 79px;
	padding: 1px;
	margin: 0;
	border: solid 1px #bbb;	
	color: #333;
	background: #eee;
}
#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
}
