﻿$(document).ready(function() {

    $('#menu li ul li a').wrapInner("<strong></strong>");

});