/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$j(document).ready(function(){
	// Apply Red to Sale! category
	$j("#nav li:last A").css({"color":"#ff0000"});
});

