#MayGalleryMenu img {display:none}

/*
#MayGalleryMenu, #MayGalleryMenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	border: 0;
	position:absolute;
	z-index:14;
}

#MayGalleryMenu a {
	display: block;
	border: 0;
}

#MayGalleryMenu a:hover {
	color: #fff;
	border: 0;
}

#MayGalleryMenu li {
  border:0 none;
  float:left;
}

#MayGalleryMenu li ul {
	width: 160px;
	z-index:40;
	height:43px;
}

#MayGalleryMenu li ul li {
	width: 160px;
}

#MayGalleryMenu li ul ul {
	position: absolute;
	margin-top: -47px;
	margin-left: 160px;
	width: 160px;
}
*/

/* - - - - - - - - -  -  */

#MayGalleryMenu {
 position: relative;
 z-index: 597;
 float: left;
 padding:0;
}

#MayGalleryMenu a {
	display: block;
	border: 0;
	
}

#MayGalleryMenu li {
 float: left;
 line-height: 1.3em;
 vertical-align: middle;
 zoom: 1;
}

#MayGalleryMenu li.hover,
#MayGalleryMenu li:hover {
 position: relative;
 z-index: 599;
 cursor: default;
}

#MayGalleryMenu ul {
 visibility: hidden;
 position: absolute;
 top: 100%;
 left: 0;
 z-index: 598;
 width:160px;
}

#MayGalleryMenu ul li {
 float: none;
}

#MayGalleryMenu ul ul {
 top: 1px;
 left: 99%;
}

#MayGalleryMenu li:hover > ul {
 visibility: visible;
}

