
#dropmenudiv{
position:absolute;
border:2px solid #666666;
font-size:0.9em;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
line-height:1.5em;
z-index:100;
background-color:#d3d3d3;
}


#dropmenudiv A{
width: 100%;
display: block;
text-indent: 3px;
color:#555555;
}


#dropmenudiv A:link{
width: 100%;
text-indent: 3px;
text-decoration:none;
}

#dropmenudiv A:visited{
width: 100%;
text-indent: 3px;
text-decoration:none;
}

#dropmenudiv A:hover{ /*hover background color*/
background-color: #cccccc;
text-indent: 3px;
text-decoration:none;
}