jQuery(document).ready(function(){
	jQuery('nav ul li:last-child').addClass('last');
	jQuery('.custombox').selectbox();
}); 
