.menu{
position:absolute;
visibility: hidden;
border:0px;
z-index: 100;
align: center;
background-color: #423433;
border-bottom-width: 0;
width: 150px;
opacity:.80;
filter: alpha(opacity=95); -moz-opacity: 0.8;
border:1px solid #F0F0F0;
}

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

}

.menu a:hover{ /*hover background color*/
background-color: #D4C6B2;
color: #FFFFFF;
}
}

