.top_nav .tabs > li > a {
  line-height: 20px;
  margin: 0;
  padding: 5px;
}

.top_nav .tabs > li > a:hover {
  text-decoration: none;
  background-color: #5b92b8;
  border-color: #5b92b8;
}

.top_nav .tabs .active, #top_nav .tabs .active > a, #top_nav .tabs .active > a:hover {
  color: #fff;
  border: 1px solid #4577a1;
  background: #d2e5f0 url(../images/ui-bg_highlight-soft_30_44789c_1x100.png) 50% 50% repeat-x;
  cursor: pointer;
}
