		#menu {
			position: absolute;
			top:0px;
			width:360px;
			z-index:5;
			height:110px;
		}
			
		.gallery{
			margin: 5px auto 10px 5px;
			/*width: 97%;	*/
			/*padding-top: 10px; */
			z-index:4;
		}

		.menutarget{
			background-color:#0099FF;
			display: none;
			border-bottom: 5px solid white;
			border-left: 5px solid white;
			border-right: 5px solid white;
			z-index:4;
		}


		img{
			border:0px;
		}
