	$(document).ready(function() {
		// Code below is for pri_menu
		$('#nav').sprites({
			show: {width: 'show'},
			hide: {width: 'hide'}
		});

		// Code below is for sub_menu
	/*	$("#subnav > li > a").hover(function() {
		
			$(this).animate({
				marginLeft:"0px",
				color:"#fff",
				backgroundColor:"#539eed"
			}, 200);
		}, function() {
			$(this).animate({
				marginLeft:"20px",
				color:"#0166a4",
				backgroundColor:"#fff"
			}, 200);
		});*/

		})
