$(document).ready(function(){
  $('#menu_main div').bind('click',function(){
    window.location = $(this).children('a').attr('href');
  })
})
