$(function(){var current=$("#temp");$("#topMenu2 > ul > li > a").mouseover(function(){current.css("background","#FFF");$('#topMenu2 > ul > li > ul').hide();current.parent().children("ul").hide();$(this).parent().children("ul").show();$(this).css("background","#FFF url(http://blantonmuseum.org/images/orange_pointer.gif) no-repeat center bottom");current=$(this)});$("#topMenu2 > ul > li > ul > li > a").hover(function(){$(this).parent().css("background","#FFF url(http://blantonmuseum.org/images/orange_pointer.gif) no-repeat center top")},function(){$(this).parent().css("background","#FFF")})});