/**
 * @file
 * Visual styles for Style+'s nav pills.
 */
.nav-pills > li > a {
  text-transform: capitalize;
  text-decoration: none;
  padding: 5px 25px;
  border-radius: 0;
}
.nav-pills > li > a:hover {
  background-color: #f4f4f4;
}

/*nav pills @colored-regions*/
.region--gray-background .nav-pills > li > a:hover {
  color: #ffffff;
}
.region--colored-background .nav-pills > li.active > a,
.region--colored-background .nav-pills > li.active > a:hover,
.region--colored-background .nav-pills > li.active > a:focus,
.region--colored-background .nav-pills > li > a:hover {
  background-color: #232323;
}
