// JavaScript Document
$(function() {
    $('#nav li:nth-child(3n) li a').css('width', '160px');
});
