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