
$(document).ready(function(){

	$('select.site').selectmenu({
		style:'dropdown',
		width:165,
		menuWidth:220
	});

});

