$(document).ready(function(){$(".parent-item1, .parent-item2, .parent-item-selected1, .parent-item-selected2").hoverIntent(function(){TheChild=$(this).find("ol");ParentWidth=$(this).width()-5;ParentPos=$(this).position();ParentTop=ParentPos.top+5;TheChild.css({left:ParentWidth,top:ParentTop}).show("slide",{direction:"left"},"medium")},function(){$(this).find("ol").delay(170).hide("slide",{direction:"left"},"fast")})})
