#dropmenudiv{
position:absolute;
border:1px solid #cfc9af;
border-bottom-width: 0;
font-family:"Times New Roman", Times, serif;
line-height:18px;
z-index:100;
text-align:left;
}

#dropmenudiv a{
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #cfc9af;*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
padding-left:10px;
margin-left:5px;
color:#000000;
font-size:12px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-image:url(images/menu_nyil.gif);
background-repeat:no-repeat;
background-position:left center;
}