#meniu_top_container ul
{
padding-left: 0;
margin-left: 0;
background-color: #336699;
color: #fff;
float: left;
width: 100%;
}

#meniu_top_container ul li { display: inline; }

#meniu_top_container ul li a
{
padding: 4px 1em;
background-color: #336699;
color: #fff;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
}

#meniu_top_container ul li a:hover
{
background-color: #B22222;
color: #fff;
}

#meniu_top_container ul li .active
{
background-color: #B22222;
color: #fff;
}