$(document).ready(function(){
	$("ul#menu").children().each(function() {
            $(this).width($(this).width());
        })
 });