.menu{
position:absolute;
visibility: hidden;
border:0px;
z-index: 100;
align: center;
background-color: #000000;
border-bottom-width: 0;
width: 150px;
opacity:.80;
filter: alpha(opacity=90); -moz-opacity: 0.5;
border:1px solid #021CBD;
}

.menu a{
text-align: middle;
width: 148px;
height: 20px;
display: block;
padding: 1px 0;
FONT-SIZE: 9pt;
font-family : Verdana; 
color: #FFFFFF;
text-decoration: none;
text-decoration: none;
text-indent: 5px;
font-weight: bold;
align: center;

}

.menu a:hover{ /*hover background color*/
background-color: #021CBD;
color: white;
}
}
