﻿.multi-column-dropdown > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.multi-column-dropdown > li > a:hover,
.multi-column-dropdown > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #2780e3;
}