$(document).ready(function(){
  $("#menu .unit ul").each(function(){
    jQuery(this).find("li:odd").addClass("odd");
  });
});
