.topmenucss{
position:absolute;
visibility: hidden;
border-bottom:1px solid white;
font:normal 11px Verdana;
line-height: 18px;
z-index: 100;
background-color: #AC090A;
width: 110px;
margin-left: -6px;
margin-top: 1px
}

.topmenucss a{
width: 100%;
display: block;
color: white;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
}

.topmenucss a:hover{ /*hover background color*/
background-color: #081422;
color: white;
}

