/* 
  ------------------------------------
  eyemagin.com
  ------------------------------------
*/

#menuwrapper {
	background-color: #909090;
	background-image: url(../images/bkg-menu-off-blue.png);
	background-repeat: repeat-x;
}

.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}

#eye1menubar, #eye1menubar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#eye1menubar a {
	display: block;
	text-decoration: none;
	padding: 8px 38px 10px 38px;
	font-size: 1em;
	color: #ececec;
	font: normal 15px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#eye1menubar a.adjust {
	padding: 8px 35px 10px 35px;
}

#eye1menubar li {
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

.menu-div {
	width: 1px;
}

#eye1menubar li ul, #eye1menubar ul li  {
	width: 17.3em;
}

#eye1menubar ul li a  {
	color: #565656;
	font-size: 13px;
	line: height: 28px;
	padding: 7px 20px 7px 20px;
}

#eye1menubar li ul {
	position: absolute;
	display: none;
	border: 1px solid #999999;
	border-top: 0;
	background-color: #ececec!important;
}

#eye1menubar li:hover a, #eye1menubar a:focus,
#eye1menubar a:active, #eye1menubar li.p7hvr a {
	color: #ffffff;
	background-color: transparent;
	background-image: url(../images/bkg-menu-on-blue.png);
}

#eye1menubar li:hover ul, #eye1menubar li.eyehvr ul {
	display: block;
}

#eye1menubar li:hover ul a, #eye1menubar li.eyehvr ul a {
	color: #003366;
	background-color: #ececec;
	background-image: none;
	border-top: 1px solid #bbbbbb;
}

#eye1menubar ul a:hover {
	background-color: #7996b2!important;
	color: #FFFFFF!important;
}

/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#eye1menubar li {width: auto;}

/* Transparancy */
.trans90 {filter:alpha(opacity=90); -moz-opacity:0.90; opacity: 0.98; }
.trans85 {filter:alpha(opacity=85); -moz-opacity:0.85; opacity: 0.85; }
.trans80 {filter:alpha(opacity=80); -moz-opacity:0.80; opacity: 0.80; }
.trans75 {filter:alpha(opacity=75); -moz-opacity:0.75; opacity: 0.75; }
.trans70 {filter:alpha(opacity=70); -moz-opacity:0.70; opacity: 0.70; }
.trans60 {filter:alpha(opacity=60); -moz-opacity:0.60; opacity: 0.60; }
