




/* dropdown  ---------------------------------- */

#dropmenudiv{
position:absolute;
border:0px solid white;
border-bottom-width: 0;
font:normal 9px Arial;
line-height:20px;
text-align: left;
z-index:100;
margin-top: 4px;
background-color: #0383f1;
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: #ffffff;
background-color: #0383f1;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #47a5f5;
}







.dropdown {font-style: normal;
  font-size: 9pt;
  font-weight: normal;
  font-family: ARIAL,HELVETICA,serif;
  }