/* MENU */
  #dropmenudiv{
position:absolute;
border:0px solid #2295e2;
border-bottom-width: 0px;
font:normal 10px Verdana;
line-height:20px;
width: inherit;
z-index:100;
background:#0872b9;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #2295e2;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
background:#0872b9;
color:#E9E9E9;
}

#dropmenudiv a:hover{ /*hover background color*/
/*background-color: #2295e2;*/
background-color: #FF6600;
color:#FFFFFF;
}