﻿/* Fisheye Menu Styles */
.fisheye_menu 
{
	list-style: none;
	padding: 0;
}

.fisheye_menu li 
{
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.fisheye_menu span 
{	
	position:relative;
	text-align: center;
	margin: -75px 0 0 0;
	border: solid 0px #bbb;
	color: #FFF;
	background: #123f87; 
	padding:7px;
	font-size:10px;
	z-index:100000; 
}

.fisheye_menu a
{
	text-decoration: none;
	margin: 0;
	padding: 0;
}

.fisheye_menu img, a.fisheye img
{
	border: 0px solid red;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	
}	


.fisheye_menu_header
{
	color: #FFF;
	background: url('images/tl.png') left top no-repeat;
	height: 30px;
	font: bold 13px Arial;
	
	
}

.fisheye_menu_container
{
	background: url('images/ml.png') left top no-repeat;
	float: inherit;
	z-index:1;
}

a.fisheye:link, a.fisheye:hover, a.fisheye:active, a.fisheye:visited
{
	text-decoration: none;
	color: #333;
	font: bold 12px Arial;
}




#fisheye_menu2 {}

