.fotomenucss{
position:absolute;
visibility: hidden;
border:1px solid yellow;
border-bottom-width: 0;
font:normal 11px Arial;
line-height: 18px;
z-index: 100;
background-color: #0F2441;
width: 450px;
}

.fotomenucss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid yellow;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
text-indent: 10px;
}

.fotomenucss a:hover{ /*hover background color*/
background-color: #4B61A7;
color: white;
}
}
