Try this as a drop-in replacement for the default style:
Code:
<style type="text/css">
#popitmenu{
position: absolute;
background-color: white;
border-top:1px groove black;
border-right:4px groove gray;
border-bottom:4px groove gray;
border-left:1px groove black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}
* html #popitmenu{
border:1px solid black;
filter:progid:DXImageTransform.Microsoft.Shadow(color=black,direction=135,strength=4);
}
#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}
#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}
</style>
Bookmarks