#dropdown {
  background-image: url( 'images/emac_contentbox.png');
  background-repeat: repeat-y;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  border-left: solid 1px #fff;
  box-shadow: 2px 2px 3px #888;
  left: 50%;
  margin-left: -220px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  text-align: left;
  top: 0px;
  width: 400px;
  z-index: 9999;
}
#dropdown-content {
  display: none;
  padding-top: 8px;
}
#dropdown-footer {
  width: 100%;
}

#dropdown h4 {
  color: #44661f !important;
}

#dropdown a, #dropdown a:visited {
  color: #44661f;
  text-decoration: none;
}

#dropdown a.interlink {
  color: #A02C2C !important;
  text-transform: uppercase;
}

#dropdown p {
  color: #333 !important;
  margin-bottom: 0;
}
#dropdown-footer p {
  margin-bottom: 10px;
  margin-top: 10px;
}

.teaser_image {float: left; width: 40%}
.teaser_description {float: left; width: 60%;}

