
/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: absolute;
	width: 300px;
	height: 220px;
	top: 225px;
	left: 0px;
	overflow: hidden;
	text-align: left;
	z-index: 10;
}



#imageMenu ul {
	list-style: none;
	margin: 20px 0 0 0;
	padding: 0;
	display: block;
	height: 200px;
	width:  300px;
}

#imageMenu ul li {
	float: left;
	margin: 0;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#000000 none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:75px;
	height: 200px;
	filter: Alpha(Opacity=70);
	opacity: .7;
	text-decoration: none;
}

#imageMenu ul li a:hover {
	filter: Alpha(Opacity=100);
  opacity: 1;
}
#imageMenu ul li a:hover span {
  display: block;
  color: #FB9B1E;
  text-indent: 10px;
  font-size: 14px;
  font-weight: bold;
  margin: -20px 0 0 0;
  width: 300px;
  position: absolute;
  left: 0;
}


#imageMenu ul li.item201 a {
	background: url(indigokey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item20 a {
	background: url(towerkey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item22 a {
	background: url(marriottkey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item26 a {
	background: url(freshkey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item28 a {
	background: url(peregrinekey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item34 a {
	background: url(aakey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item35 a {
	background: url(amnkey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item36 a {
	background: url(snellkey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item37 a {
	background: url(tarsadiakey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item50 a {
	background: url(eastlakekey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item51 a {
	background: url(rooskey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item52 a {
	background: url(baltazarkey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item53 a {
	background: url(brigantine3bkey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item56 a {
	background: url(harneykeyphoto.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item90 a {
	background: url(marcianokey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item91 a {
	background: url(strausskey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item118 a {
	background: url(lymankey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item119 a {
	background: url(padrekey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.item120 a {
	background: url(viakey.jpg) no-repeat 50% 50%;
}

#imageMenu ul li.abstract a {
	background: url(../abstract.html) repeat scroll 0%;
	width: 310px;
}

.clear {
	clear: both;
}

/*************************************************************/


