/* Start custom CSS */ul li{
  display: inline;
}
ul { padding-left: 0px;}

li::after {
    content: "; ";
}

#nabigat li.current a {
   color: grey;
}/* End custom CSS */