/*
Theme Name: Hero Theme Child
Description: Child of Hero Theme. Make local CSS edits here!

Template: hero-theme
*/

/* Make your changes here! */
 .sub-menu {
    position: absolute;
    z-index: 999;
    font-size: 0.8em;
    line-height: 1.5em;
    padding: 0; }
    .sub-menu ul li {
      background-color: #000;
      display: block;
      border-bottom: 1px solid #ddd;
   }
      .sub-menu li a:link, .sub-menu li a:visited, .sub-menu li a:active {
        color: #444; } }

.donate {
  background: transparent;
  background-image: url("images/donatebutton.png");
  border: 0;
  height: 63px;
  text-indent: -9999em;
  width: 218px; }

.donate:hover {
  background-image: url("images/donatebutton_down.png");
  cursor: pointer; }
  