#menu
{
background-image: url("../img/bg_menu_active.gif");
background-repeat: repeat-x;
background-position: top right;
}

#menu ul { padding: 0; height: 34px;}
#menu ul li {
display: inline;
}

#menu ul
{
margin: 0;
padding: 0 0 0 0;
color: #FFFFFF;
font-weight: bold;
}

#menu ul li a
{
height: 34px;
padding: 18px 18px 2px 17px;
margin: 0;
color: #FFFFFF;
text-decoration: none;
font-weight: bold;
float: left;
background-image: url("../img/bg_menu.gif");
background-repeat: repeat-x;
background-position: top right;
/* border-right: 1px solid #5b7c52; */ 
}

#menu ul li a:hover
{
height: 34px;
/*
background-image: url("../img/bg_menu_active.gif");
background-repeat: repeat-x;
background-position: top right;
*/
color: #aeca0a;
font-weight: bold;
text-decoration: underline;
}

#menu li.active a
{
height: 34px;
/*
background-image: url("../img/bg_menu_active.gif");
background-repeat: repeat-x;
background-position: top right;
*/
color: #aeca0a;
font-weight: bold;
text-decoration: underline;
}

#menu li.zvyrazni a
{
height: 34px;
background-image: url("../img/bg_menu_active.gif");
background-repeat: repeat-x;
background-position: top right;
}

#menu li.zvyrazniactive a {
color: #aeca0a;
font-weight: bold;
text-decoration: underline;
height: 34px;
background-image: url("../img/bg_menu_active.gif");
background-repeat: repeat-x;
background-position: top right;
}






