﻿// JScript File
$(document).ready(function() {
    $('#bottomMenuUL > li').addClass('horizontal');
});
