#dropmenudiv{
  background-image: url(../images/menu-bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  text-align:left;
  padding:0 0 12px 0;
  margin-top:8px;
  position:absolute;
  z-index:100;
}

#dropmenudiv a{
  font-family: "Trebuchet MS";
  font-size: 11px;
  font-weight:bold;
  color: #020202;
  text-decoration: none;
  display: block;
  width: 122px;
  padding: 3px 0px 3px 8px;
}

#dropmenudiv a:hover{ 
  color: #df6126;
  text-decoration: none;
}
