jQuery(document).ready(function ()
{
  // set proper widths
  $('#_ourbrandssub').css({'width':$('#_ourbrands').css('width')});
  $('#__ourbrandssub').css({'width':parseInt($('#_ourbrands').css('width'))+7+'px'});
  $('#_customerservicessub').css({'width':$('#_customerservices').css('width')});
  $('#__customerservicessub').css({'width':parseInt($('#_customerservices').css('width'))+7+'px'});
  $('#_contactsub').css({'width':$('#_contact').css('width')});
  $('#__contactsub').css({'width':parseInt($('#_contact').css('width'))+7+'px'});
});

