

#horizontalni_menu ul {
    list-style-type: none;


}

 #horizontalni_menu li {
list-style-type: none;
 display: inline;
 float:left;
line-height:3em;

}

#horizontalni_menu li a {
    
   
    color: white;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
    background-color: #76b852;
    border-right:1px solid white;
 text-transform: uppercase;   
 font-weight: bold;
    
}

#horizontalni_menu li a.online {
    
    background-color: #123361;

}

/* Change the link color to #111 (black) on hover */
#horizontalni_menu li a:hover {
    background-color: #013E15;
    color: white;
}



