div.topmenu 
{
position: absolute;
visibility: hidden;
z-index: 100;
margin-top: -6px;
padding: 0px;
}

a.topmenu
{
color: #C0C0C0;
padding-left: 15px;
width: 150px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10px;
line-height: 22px;
text-decoration: none;
background: #666666 url('menu_arrow.gif') left center no-repeat;
}
a:hover.topmenu
{color: #ffffff;
text-decoration: none;
background: #666666 url('menu_arrow_act.gif') left center no-repeat;
}
