/* Fisheye Menu Styles */
#fisheye_menu {
	list-style: none;
	padding: 5px 0 0 0 ;
	margin:0 0 0 38px;
	text-align:left;
	height: 600px;
	width:100px;
}

#fisheye_menu li {
	position: relative;
	display: block;
	width:170px;
}

#fisheye_menu span {

	text-indent:-5000px;
	position: absolute;
	top: 35px;
	left: 90px;
	text-align: center;
	font-weight:bold;
	width: 95px;
	padding: 1px;
	margin: 0;
	/*border: solid 1px #bbb;*/	
	color: #3366CC;
	/*background: #FFF;*/
}


#fisheye_menu a {
	text-decoration: none;
}
#fisheye_menu img {
	border: 0;
	vertical-align: top;
}