  jQuery(document).ready(function(){
	jQuery(".announcement-list:odd").css("background-color", "#e5f1fe");
	jQuery("#nav_14623 li a").wrapInner("<span></span>");
	jQuery("#nav_527784 li a").wrapInner("<span></span>");
	jQuery("#nav_527785 li a").wrapInner("<span></span>");
	jQuery("#nav_527786 li a").wrapInner("<span></span>");
  });
 jQuery(function(){
	jQuery("#nav_14623 li").hover(
	function() {
	// mousehover
      jQuery(this).find("ul").show();
    }, 
      function () {
	  // mouseout
        jQuery(this).find("ul").hide();
      });
  });
  jQuery(function(){
	jQuery("#nav_527784 li").hover(
	function() {
	// mousehover
      jQuery(this).find("ul").show();
    }, 
      function () {
	  // mouseout
        jQuery(this).find("ul").hide();
      });
  });
  jQuery(function(){
	jQuery("#nav_527785 li").hover(
	function() {
	// mousehover
      jQuery(this).find("ul").show();
    }, 
      function () {
	  // mouseout
        jQuery(this).find("ul").hide();
      });
  });
  jQuery(function(){
	jQuery("#nav_527786 li").hover(
	function() {
	// mousehover
      jQuery(this).find("ul").show();
    }, 
      function () {
	  // mouseout
        jQuery(this).find("ul").hide();
      });
  });
  jQuery(document).ready(function(){
	jQuery("ul#nav_526357 li").hover(
	function() {
	// mousehover
      jQuery(this).find("ul").show();
    }, 
      function () {
	  // mouseout
        jQuery(this).find("ul").hide();
      });
  });
  
//pre populate
jQuery(document).ready(function(){
    jQuery('input#CAT_Search').autofill({
      value: 'search site',
      defaultTextColor: '#051B4F',
      activeTextColor: '#051B4F'
    });
  });

