$(function() {	
	$('div.side-bar').click(function() {
    $('.navigation').slideToggle('slow');
	});

	$('.links li ul li:last-child').css({'border-right' : 'none'});
	$('.ver li:last-child').css({'border-right' : 'none'});
	$('.links li:last-child ul li').css({'border-bottom' : 'none'});
	$('.navigation li:last-child').css({'border-right' : 'none'});
	
});
