/**
 * @author g.weingarten
 */
$(document).ready(function() {
	
	$("#top_navigation ul li:first").addClass("first");
	
});
