$(document).ready(function(){
    $("#nav_14623 li a").wrapInner("<span></span>");
	$("#nav_433202 li a").wrapInner("<span></span>");
	$("#nav_433200 li a").wrapInner("<span></span>");
	$("#nav_433199 li a").wrapInner("<span></span>");
	$("#nav_433201 li a").wrapInner("<span></span>");
	$("#nav_433198 li a").wrapInner("<span></span>");
	$(".announcement-list:even").css("background-color", "#aeaeae");
  });
 $(function(){
	$("#nav_14623 li").hover(
	function() {
	// mousehover
      $(this).find("ul").show();
    }, 
      function () {
	  // mouseout
        $(this).find("ul").hide();
      });
  });
 $(function(){
	$("#nav_433202 li").hover(
	function() {
	// mousehover
      $(this).find("ul").show();
    }, 
      function () {
	  // mouseout
        $(this).find("ul").hide();
      });
  });
  $(function(){
	$("#nav_433200 li").hover(
	function() {
	// mousehover
      $(this).find("ul").show();
    }, 
      function () {
	  // mouseout
        $(this).find("ul").hide();
      });
  });
   $(function(){
	$("#nav_433199 li").hover(
	function() {
	// mousehover
      $(this).find("ul").show();
    }, 
      function () {
	  // mouseout
        $(this).find("ul").hide();
      });
  });
      $(function(){
	$("#nav_433201 li").hover(
	function() {
	// mousehover
      $(this).find("ul").show();
    }, 
      function () {
	  // mouseout
        $(this).find("ul").hide();
      });
  });
      $(function(){
	$("#nav_433198 li").hover(
	function() {
	// mousehover
      $(this).find("ul").show();
    }, 
      function () {
	  // mouseout
        $(this).find("ul").hide();
      });
  });

