$(document).ready(function(){
$(".menu_title").corner("round bottom");
$(".sub_menu").corner("cc:#fff bottom");
$(".path").corner("cc:#fff bottom");
$(".phone").corner("round");
$(".head").corner("cc:#fff top");
$(".circle").corner("cc:#099dfb tr br 50px ");
$(".logo").corner("cc:#fff tr");
$(".bottom").corner("round");
$(".menu_corn").corner("cc:#fff bl");


$(".sl").bind("mouseover",function(){
 $(this).css("background","#fff");
 $(this).find("a").css('color','#000');
});

$(".sl").bind("mouseout",function(){
 $(this).css("background","");
 $(this).find("a").css('color','#fff');
});

});

