/* Author: 
Steve Ambielli
*/

jQuery.noConflict(); // allows jQuery to be used with other libraries
jQuery(document).ready(function() {
	jQuery('#container nav ul li:last-child').addClass('last');
	jQuery('#left-column .content ul li ul li:last-child').addClass('last');
	jQuery('#container .glossy ul li:last-child').addClass('last');
	jQuery('#container footer ul li:last-child').addClass('last');	
});
