/* Retail Header styles */

#header {
background: url('/includes/images/navNarrow/globalNavBg.gif') repeat-x 0 0;
}


#header .sectionBody {
width:750px;
}

div.globalNav .sectionBody {
height:67px;
}

ul.globalNav {
	height: 67px;
	}

	.globalNav a {
		padding-top: 67px;
		}
	
	.globalNav a:hover {
		background-position: 0 -67px;
		}

	li.agLogo a {
			width: 525px;
			background: url(/includes/images/navNarrow/aglogo25.png) top left no-repeat;
			}
	
		li.agLogo a:hover {
			background-position: 0 0;
			text-decoration: none;
			}

	li.shop a {
		width: 72px;
		background: url(/includes/images/navNarrow/shop.png) top left no-repeat;
		}
		
	li.play a {
		width: 69px;
		background: url(/includes/images/navNarrow/play.png) top left no-repeat;
		}
	
		
	li.stores a {
		width: 65px;
		background: url(/includes/images/navNarrow/stores.png) top left no-repeat;
		}
		
		
		body.retail .globalNav li.stores a, 
		body.retail .globalNav li.stores a:hover {
		background-position: 0 -134px;
		}

div.search{
	margin-left:460px;
}

* html li.agLogo a {background: url(/includes/images/navNarrow/agLogo25.gif) top left no-repeat;}
* html li.shop a {background: url(/includes/images/navNarrow/shop.gif) top left no-repeat;}
* html li.play a {background: url(/includes/images/navNarrow/play.gif) top left no-repeat;}
* html li.stores a {background: url(/includes/images/navNarrow/stores.gif) top left no-repeat;}
