.meniu{
position:absolute;
visibility: hidden;
border:1px solid #aaaaaa;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 14px;
z-index: 100;
background-color: #f0f0f0;
width: 105px;
text-align:left;
}

.meniu a{
color: black;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #aaaaaa;
padding: 1px 0;
text-decoration: none;
font-size: 10px;
font-weight:bold;
color:#295592;
text-indent: 5px;
}

.meniu a:hover{ /*hover background color*/
background-color: #f5f9fc;
color: #7a0d0d;
}