/*
	Programmer: Lukasz Czerwinski
	CodeCanyon: http://codecanyon.net/user/Lukasz_Czerwinski
	
	If this script you like, please put a comment on codecanyon.
	
*/

$(document).ready(function (){ 
	
  //Usage
  $(".menu ul li").horizontalMenu({
        Speed: 300,
        effectHide: "fade",
        effectShow: "slide",
        timeHide: 700
  });
}); 

function setbg(color)
{
document.getElementById("styled").style.background=color
}
