a > div {
  display: block;
  padding: 5px 0px 5px 0px;
  margin: 9px 0px 15px 0px;
  width: 120px;               /*&&& When button text can't fit onto button, increase this width */
  color: #000;                /*&&& text color of buttons */
  background: #90AA88 url(But.png) top center;
  background-color: rgba(128,192,144,.4);
  background-size: 100% 100%;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: 2px outset rgb(160,160,160);
  border: 2px outset rgba(50,50,50,.5);
  font-family: georgia, serif;
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
}
a > div:hover {
  margin-bottom: 12px;
  width: 126px;
  padding: 8px 0px 9px 0px;  
  background: #90B0A0 url(ButHover.png) top center;
  background-color: rgba(96,96,96,.4);
  font-weight: 900;
  font-size: 18px;
  line-height: 18px;
} 
a{ text-decoration: none}

a.Search > div.Search {
  display: inline;
  background: none;
  border: none;/**/
  position: relative;
/*  width: 0px;
  height:196px;/**/
  left:-16px;
  top:-32px;/**/
/*  left:-37px;
  top:-54px;/**/
/*  left:-17px;
  top:-45px;  /**/
/*  left: 10px;
  top:  -66px;/**/
  z-index: 1;
 }

a.Search:hover > div.Search {
  top: -78px;
  left: 20px;
  padding: 0px;
  margin: 0px;
  font-size: 16px;
  line-height: 22px;
}
a.Search > div.Search > img.Search {  
  height: 50px;
}

a.Search:hover > div.Search > img.Search {
  height: 96px;  
}