			// *** hide and show 'Win It' drop down

			// *** hide and show 'What's Hot' drop down

				// main nav item
				$(function(){
					$('#nav_seeit').hover(
						function() {
							$('#drop_liveit').css({'display' : 'none'});
							if ($('#drop_seeit').css({'display' : 'none'}))
								{
									$('#drop_seeit').show();
									
								}
							$('#nav_seeit').css({'background-position' : '-63px 0'});
						},
						function() {
							$('#drop_seeit').css({'display' : 'none'});
							$('#nav_seeit').css({'background-position' : '0 0'});
						}
					);
				});

				$(function(){
					$('#drop_seeit').hover(
						function() {
							$('#drop_liveit').css({'display' : 'none'});
							$('#drop_seeit').css({'display' : 'block'});
							$('#nav_seeit').css({'background-position' : '-63px 0'});
						},
						function() {
							$('#drop_seeit').css({'display' : 'none'});
							$('#nav_seeit').css({'background-position' : '0 0'});
						}
					);
				});

				// *** End What's Hot


			// *** hide and show 'Treat Yourself' drop down

				// main nav item
				$(function(){
					$('#nav_getit').hover(
						function() {
							$('#drop_liveit').css({'display' : 'none'});
							$('#drop_winit').css({'display' : 'none'});
							if ($('#drop_getit').css({'display' : 'none'}))
								{
									$('#drop_getit').show();
									
								}
							$('#nav_getit').css({'background-position' : '-63px 0'});
						},
						function() {
							$('#drop_getit').css({'display' : 'none'});
							$('#nav_getit').css({'background-position' : '0 0'});
						}
					);
				});

				$(function(){
					$('#drop_getit').hover(
						function() {
							$('#drop_winit').css({'display' : 'none'});
							$('#drop_liveit').css({'display' : 'none'});
							$('#drop_getit').css({'display' : 'block'});
							$('#nav_getit').css({'background-position' : '-63px 0'});
						},
						function() {
							$('#drop_getit').css({'display' : 'none'});
							$('#nav_getit').css({'background-position' : '0 0'});
						}
					);
				});

				// *** End Treat Yourself



			// *** hide and show 'Be There' drop down

				// main nav item
				$(function(){
					$('#nav_liveit').hover(
						function() {
							$('#drop_getit').css({'display' : 'none'});
							$('#drop_seeit').css({'display' : 'none'});
							if ($('#drop_liveit').css({'display' : 'none'}))
								{
									$('#drop_liveit').show();
									
								}
							$('#nav_liveit').css({'background-position' : '-67px 0'});
						},
						function() {
							$('#drop_liveit').css({'display' : 'none'});
							$('#nav_liveit').css({'background-position' : '0 0'});
						}
					);
				});

				$(function(){
					$('#drop_liveit').hover(
						function() {
							$('#drop_getit').css({'display' : 'none'});
							$('#drop_seeit').css({'display' : 'none'});
							$('#drop_liveit').css({'display' : 'block'});
							$('#nav_liveit').css({'background-position' : '-67px 0'});
						},
						function() {
							$('#drop_liveit').css({'display' : 'none'});
							$('#nav_liveit').css({'background-position' : '0 0'});
						}
					);
				});

				// *** End Be There


				// main nav item
				$(function(){
					$('#nav_winit').hover(
						function() {
							$('#drop_getit').css({'display' : 'none'});
							if ($('#drop_winit').css({'display' : 'none'}))
								{
									$('#drop_winit').show();
									
								}
							$('#nav_winit').css({'background-position' : '-71px 0'});
						},
						function() {
							$('#drop_winit').css({'display' : 'none'});
							$('#nav_winit').css({'background-position' : '0 0'});
						}
					);
				});

				$(function(){
					$('#drop_winit').hover(
						function() {
							$('#drop_getit').css({'display' : 'none'});
							$('#drop_winit').css({'display' : 'block'});
							$('#nav_winit').css({'background-position' : '-71px 0'});
						},
						function() {
							
							$('#drop_winit').css({'display' : 'none'});
							$('#nav_winit').css({'background-position' : '0 0'});
						}
					);
				});

				// *** End Win It
