#PullDownMenuHolder {
  position: absolute;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  visibility: hidden;
  cursor: pointer;
  width: 120px;
  height: auto;
}

a.option {
  display: block;
  border-bottom: 1px solid #FFFFFF;
  width: 100%;
  font-family: Tahoma, Verdana, Arial;
  text-align: left;
  text-indent: 2px;
}

#PullDownMenuHolder a:hover {
  cursor: pointer;
  background-color: #9E1A12;/*#6B110C;/*#CB1F16;*/
}
