function initiate_hover()
{$(".user_context_menu").children("li").not(".context_arrow").hover(function()
{$(this).css("background-color","#e2e8a4");},function()
{$(this).css("background-color","#E6EFB1");});}
