﻿/// <reference path="jquery-1.2.6-vsdoc.js" />

$(function() {
    $('ul.topMenu li:last-child').css('float','right').children('a').css('color','#ff0000');
});