﻿// JScript File
$(document).ready(function(){
    $('.verticalmenu li:first-child').addClass('first');
});