#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:10px;
z-index:100;
background:#222;

}

#dropmenudiv a{
padding:0;
margin:0;
width: 100%;
line-height:25px;
height:25px;
display: block;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: white;

text-transform:uppercase;
font-weight:bold;
}


#dropmenudiv a:hover{ /*hover background color*/
background: #222;
color:#e32219;
}