#navcontainer ul li
{
display:inline;
list-style-type:none;
float:left;
font: 10px/20px "Tahoma", verdana, sans-serif;
text-align: center;
height:26px;
width:61px;
background-image:url(../images/meniu_h/buton-off.jpg);
background-repeat:no-repeat;

}

#navcontainer a
{
color: #000;
text-decoration: none;
display: block;
height:26px;
width:61px;
}

#navcontainer li#active {
background-image:url(../images/meniu_h/buton-on.jpg);
background-repeat:no-repeat;

}
#navcontainer a:hover { background-image:url(../images/meniu_h/buton-on.jpg);
background-repeat:no-repeat;
}

ul
{padding:0px;
margin:0px;}