// JavaScript Document

$(document).ready(function()
{
	$(".menu td:nth-child(2)").addClass("aRight");
});