#smallBiz, #medBiz, #largeBiz {
  display: block;
  width: 178px;
  height: 109px;
  background: url("//www.google.com/apps/intl/en/images/button-new.jpg") no-repeat 0 0;
  float: right;
  clear: right;
  white-space: normal;
  color: #0066DD;
}
#largeBiz {
  border-bottom: 1px solid #C5C5C5;
}
#smallBiz:hover, #medBiz:hover, #largeBiz:hover {
  background-position: 0 -110px;
  text-decoration: none;
}
#smallBiz span, #medBiz span, #largeBiz span {
  display: block;
  text-align: left;
  padding: 41px 35px 10px 14px;
  font-size: 1.1em;
}