I only found dl.tabslight and nothing else. Under it is nothing about colour though?
Code:
dl.tabslight dd a {
height: 25px;
line-height: 25px;
}
#arcade_home_sort, #arcade_home_panels div.arcade_game_panel, #score_label
{
float: $stylevar[left];
Code:
$('dl.tabslight dd.selected').removeClass('selected');
cat = self.attr('id').split('-').pop(); page = 1;
$('#arcade_cat-' + cat).parent().addClass('selected');
arcade_panels();
}).hover(function()
{ //show category popup
var self = $(this), pos = self.position(), tab = $('div.category_tab[rel="' + self.attr('id').split('-').pop() + '"]');
tab.css({ top: pos.top - tab.height() - 5, left: pos.left - ((tab.outerWidth() - self.outerWidth()) / 2) }).show();
}, function()
{ //hide the popup
$('div.category_tab[rel="' + $(this).attr('id').split('-').pop() + '"]').hide();
});
//load initial panel
arcade_panels();