#dropmenudiv{
position:absolute;
border:1px outset black;
/*border-bottom-width: 0;*/
font:normal 12px Arial;
line-height:24px;
z-index:100;
margin-top: -2px;
margin-left: -3px;

}
html>body #dropmenudiv{
margin-top: -2px;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
/*border-bottom: 0px solid black;*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-align: left;
background-color: #e74904;
font-size: 12px;
color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #e74904;
color: #808cce;
}
