




/* dropdown  ---------------------------------- */

#dropmenudiv{
position:absolute;
border:0px solid white;
border-bottom-width: 0;
font-size: 9pt;
line-height:20px;
text-align: left;
z-index:1000;
margin-top: 4px;
background-color: #ffffff;
border: 0px solid white;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 7px;
border-bottom: 0px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #b9b9b9;
background-color: #ffffff;
font-size: 9pt;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #d1d1d1;
color: #ffffff;
}







.dropdown {font-style: normal;
  font-size: 9pt;
  font-weight: normal;
  
  }