$(document).ready(function(){
$('.button').button();
$('ul.menu li').button();
$('ul.breadcums').buttonset();
});