/* 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:#1288B5;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #1793C6;
padding-left: 10px;
text-decoration: none;
font-weight: normal;
background:#1288B5;
color:#E9E9E9;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #1793C6;
color:#FFFFFF;
border: 1px solid #10769D;
}
