Try this:
Code:
<style type="text/css">
#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
FILTER:alpha(opacity=60);-moz-opacity:0.6;
}
.navlink
{
text-decoration:none;
color:#666666;
font-family:verdana,arial,sans-serif;
font-size:10px;
font-weight:bold;
}
.navlink:hover
{
text-decoration:underline;
font-weight:bold;
color:#006699;
}
.navlink:visited
{
font-weight:bold;
}
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
}
#dropmenudiv a:hover{ /*hover background color*/
font-weight:bold;
color:black;
background-color:#f3c132;
}
</style>
Bookmarks