#meniu ul {
list-style: none;
margin: 0;
padding: 0;
width:160px;
}

#meniu ul li {
position: relative;
display:block;
white-space:nowrap;
padding-left:10px;
}

#meniu a, #meniu h2 {
font: bold 11px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
display: block;
margin: 0;
}

#meniu h2 {
color: #666666;
text-transform: uppercase;
font-weight: bold;
}

#meniu ul ul a {
color: #B5967E;
text-decoration: none;
display: block;
padding-left:3px;
background:#49271A;
}

#meniu ul ul a:hover {
color: #F4DAB9;
background:#000;
text-decoration: none;
}

#meniu ul ul {
position: absolute;
text-align:left;
width:230px;
z-index: 500;
top: 0%;
left: 100%;
}

#meniu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#meniu ul ul,
div#meniu ul li:hover ul ul,
div#meniu ul ul li:hover ul ul
{display: none;}

div#meniu ul li:hover ul,
div#meniu ul ul li:hover ul,
div#meniu ul ul ul li:hover ul
{display: block;}
