jQuery(document).ready(function(){
	jQuery( '#menu > ul > li:last' ).css( 'border-right', '0' );
	jQuery( '#left > .box:last' ).css( 'margin-bottom', '0' );
});
