.meniu{
position:absolute;
visibility: hidden;
border:1px solid #d3c7b2;
line-height: 23px;
z-index: 100;
background-color: #ede9e3;
width: 180px;
text-align:left;
margin-top:-7px;margin-left:7px;
padding-left:10px
}

.meniu a{
color: black;
/*width: 100%;*/
display: block;
text-indent: 3px;
border-bottom: 1px dotted #aaaaaa;
padding: 1px 0;
text-decoration: none;
color:#682108;
text-indent: 5px;
background: none !important;
}

.meniu a:hover{ /*hover background color*/
background-color: #ebebeb;
color: #000;
}
