There is something wrong with your themes css
This code in index.css
.main_menu li.last a span {
background: url("../images/maintab_last.gif") no-repeat scroll right bottom transparent;
padding: 0.1em 1em 0.5em 0.5em;
}
Is overriding this part
index.css?fin20 (line 1239)
.main_menu li a span {
background: url("../images/maintab_back.gif") repeat-x scroll left bottom transparent;
display: block;
padding: 0.1em 0.5em 0.5em;
}
Which is causing tabs to have no background image when active.