$(window).bind("load", function() {
        

	$('.rollover').opOver();
  	$('#photo_ul li').photoOver();
	$(".bot-bdnone li:last-child").css("border","none");
	$(".bot-bdnone li:last-child").css("border","none");
 // $(".top .sec4 ul#sub").hide();
    $(".top .sec4 ul.menu>li").hover(function(){
	$("ul.sub:not(:animated)", this).slideDown("fast");},
	 function(){$("ul.sub",this).slideUp("fast");});






});
