/* As usual there is total chaos */
UL.CatMenu {
  list-style: none;
  padding-left: 4px;
  margin: 0;
  overflow: hidden; }
  UL.CatMenu LI {
    display: inline-block;
    border-left-width: 2px;
    padding: 4px;
    vertical-align: top;
    height: 100%;
    border-left-style: solid;
    min-width: 60px;
    text-align: center; }
  UL.CatMenu LI:first-child {
    border-left-style: none; }
