.ui_tabs .ui_tab {
  background: #e5e5e5 url('img/highlight_top.png') repeat-x!important;
  border-style: solid;
  border-color:#cccccc;
}

.ui_tabs .ui_tab a {
  color:#70192b;
}

.ui_tabs .ui_tab a:hover {
  background-color:#eeeeee;
}

.ui_tabs .ui_tab.ui_current {
  background: #aaaaaa url('img/shadow_top.png') 0 -5px repeat-x!important;
}

.ui_tabs .ui_tab.ui_current a {
  color:#ffffff!important;
}

.ui_tabs .ui_tab.ui_current a:hover {
  background-color:transparent!important;
}
