

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 13px Century Gothic;
line-height:17px;
z-index:100;
}

#dropmenudiv a, span{
color: black;
width: 149;
display: block;
text-indent: 2px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: none;
width:100%
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #3399FF;
color: white;
}
