function initiate_hover()
{$(".user_context_menu").children("li").not(".context_arrow").hover(function()
{$(this).css("background-color","#e2e8a4");},function()
{$(this).css("background-color","#E6EFB1");});}
$(document).ready(function()
{$('.nav ul a').filter(function()
{return $(this).next().attr("tagName")=="UL";}).css("background-image","url('/images/baobabconnections.org/menu_ar.png')");});