#menucontainer{
width:1090px;
margin:0 auto;
margin-top:5px;
margin-bottom:5px;
background-color:#FFFFFF;
}

.meniul{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
margin-bottom:0;
margin-left:15px;
}

.meniul ul{
margin: 0;
padding: 0;
padding-top:18px;
float: left;
width: 550px;
}

.meniul ul li{
display: inline;
text-transform:uppercase;
}

.meniul ul li a{
padding-top: 10px; 
padding-left:15px;
padding-right:15px;
float: left;
color: white;
text-decoration: none;
}

.meniul ul li a:hover, .meniul ul li .current{
padding-left:15px;
padding-right:15px;
color:#302624;
padding-top: 10px; 
padding-bottom: 10px; 
background: black url(images/meniu.jpg) center center repeat-x;
}

