
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
  position:absolute;
  top: 0;
  margin-top:7px;
  margin-left: -7px;
  font:normal 11px Verdana;
  line-height:18px;
  z-index:100;
  width: 150px;
  visibility: hidden;
}

.dropmenudiv a
{
  width: auto;
  display: block;
  text-indent: 0px;
  border-bottom: 1px solid #c7eaff;
  padding: 4px 4px;
  text-decoration: none;
  font:bold 11px Verdana;
  font-size: 11px;
  color: white;
  background-color: #f19a40;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0e729f;
}

