﻿/// <reference path="jquery-1.3.2-vsdoc2.js" />


            //Left navigation on content pages
            //$(".LeftCMSListMenuUL").corner("round 8px").parent().css('padding', '4px').corner("round 10px");
            $(".LeftCMSListMenuHighlightedLI > a").prepend("- ");
            $(".LeftCMSListMenuHighlightedLI ul li a").prepend("&bull; ");
            $(".LeftCMSListMenuHighlightedLI a[href=" + currentURL + "]")
                .attr("style", "background-color: #605794; color: #ffffff;");
            $(".RightCMSListMenuUL").each(function() {
                $(".LeftSubMenuCMSListMenuHighlightedLI a").attr("style", "background-color: #605794; color: #ffffff;");
            });


            $(".LeftCMSListMenuLI a").prepend("+ ");
            $(".LeftCMSListMenuUL > li").not(":last")
                .after("<hr noshade='noshade' size='1px' width='198px' style='float: left; margin-left: 4px; color: #cfcfcf;' />");


