#dropmenudiv{
position:absolute;
border:1px solid #f0f0f0;
border-bottom-width: 0;
font:normal 14px trebuchet, trebuchet ms, verdana, arial, sans serif;
line-height:22px;
z-index:150;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #f0f0f0;
color: #f0f0f0;
padding: 2px 0;
text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #748c9b
;
}
