﻿/* Fisheye Menu Styles */
img{
	border:0px
}

#fisheye_menu {
				
				text-align: right;
				float: right;
				margin-right: 10px;
				height: 24px;
				list-style: none;
				padding: 0;
				top: 60px;
				/*TOP RIGHT BOTTOM LEFT - LIKE A CLOCK */
				margin: 20px 12px 0px 0px;
				z-index: 10;
				/*text-align: right;
				float: right;
				vertical-align: top;
				list-style: none;
				padding: 0;
				top: 0px;
				bottom: 0px;
				margin: 0px;
				height: 24px;
				z-index: 10;*/
}
#fisheye_menu li {
				position: relative;
				display: block;
				float: left;
				font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
				font-size: x-small;
				/*ADDED FRO SPACING BETWEEN ICONS*/
				margin-right:3px
}
#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;
				font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
				font-size: xx-small;
}
#fisheye_menu a {
				text-decoration: none;
				font-family: "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,sans-serif;
				font-size: x-small;
}
#fisheye_menu img {
				border: 0;
				vertical-align: top;
}

.fisheye_menubottom{vertical-align:bottom;
}