$(document).ready(function() {
	$("#nav ul")
	.superfish({
		animation : { opacity:"show", height:"show", autoArrows: false }
	})
	.find(">li:has(ul)")
		.mouseover(function(){
			$("ul", this).bgIframe({opacity:false});
		})
		.find("a")
			.focus(function(){
				$("ul", $(".nav>li:has(ul)")).bgIframe({opacity:false});
			});
	$('#backgradient').css({height:'100%'});
	$('#backgradient').css({padding:'10px 0 0 0'});
	$('#top').gradient({from: '00125C', to:'2B56EA'});
	$('#footer').gradient({from: '8FD2FF', to:'005590'});
	$('#carwrap').gradient({from: '8FD2FF', to:'005590'});
	var URL = location.pathname;
	$('.topon').gradient({from: 'FFFFFF', to:'CCCCCC'});
	$('.corner').corner('8px');
});
