.dropmenudivSelected { /* Style for object mouse is over. Set by JS. */
  background:none
}

.dropmenudivDefault { /* Style for selected object. Set by last param in tabdropdown.init("mainmenu", 1) */
  background:none
}

.dropmenudiv_a{
  margin-top:0px;
  margin-left:8px;
  position:absolute;
  top: 0px;
  border: 1px solid white; /*THEME CHANGE HERE*/
  border-top-width:1px;
  border-bottom-width: 0;
  font:normal 12px Arial;
  line-height:18px;
  z-index:100;
  background-color: #CCCCCC;
  width: 250px;
  visibility: hidden;
}


.dropmenudiv_a a{
  width: auto;
  display: block;
  text-indent: 5px;
  border-top: 0 solid white;
  border-bottom: 1px solid white;
  padding: 4px 0;
  text-decoration: none;
  color: black;
  height:20px;
  line-height:20px;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
   Xbackground-color: #FEA203;
   background-color: #01547C;
   color:white;
}