.menu_list1 {
	width: 100%;
}
.menu_head1 {
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	margin:1px;
	font-weight:bold;
	background: #d2e1e1;
	text-align:center;
	color:#9e642e;
	background-color: #d2e1e1;
}
.menu_body1 {
	display:none;
}
.menu_body1 a {
  display:inline;
  color:#006699;
  background-color:#EFEFEF;
  padding-left:10px;
  font-weight:bold;
  text-decoration:none;
}
.menu_body1 a:hover {
  color: #000000;
  text-decoration:underline;
}




.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail img {
	border:#000000;
	border:1px;
		}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #000000;
padding: 3px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -200px; /*position where enlarged image should offset horizontally */
top: -375px;
}

