/*************************************************************************************/
/************************* Leahy/Langridge Image Replacement *************************/
/*************************************************************************************/


/* Personal and About Us Styles
----------------------------------------------- */

#PrimaryNav, .consumer #PrimaryNav{
	background-image:url(../images/endCap.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#pn-learn, #pn-shop, #pn-myaccount, #pn-support, #pn-mycingular {
	display: block;

	/* for leahy image replacement */ 
	padding-top: 36px; 
	overflow: hidden; 
	height: 0;	
}

#pn-learn {
	width:93px;
	background: url(../images/learn.gif) no-repeat;
}
#pn-shop { 
	width:87px;
	background: url(../images/shop.gif) no-repeat; 
}
#pn-myaccount { 
	width:134px; 
	background: url(../images/myaccount.gif) no-repeat; 
}
#pn-support { 
	width:106px; 
	background: url(../images/support.gif) no-repeat; 
}
#pn-mycingular { 
	width:341px; 
	background: url(../images/myWirelessAccount.gif) no-repeat;
}

#pn-learn:hover, #pn-shop:hover, #pn-myaccount:hover, #pn-support:hover, #pn-mycingular:hover { 
	/* shift the background image up 36px to reveal the hover/on-state of the primary nav */
	background-position: 0 -36px; 
}

#pn-bizcenter { 
	width:266px; 
	background: url(../images/myWirelessAccount.gif) no-repeat;
}

/* position the secondary nav items flush left... */
#learnSecondaryNav {
	left: 0;
}
#shopSecondaryNav {
	left: -93px;
}

#supportSecondaryNav {
	left: -180px;
}
#myaccountSecondaryNav {
	left: -286px;
}


/* Business Center Styles
----------------------------------------------- */
.business #PrimaryNav {
	background-image:url(../images/endCap_b2b.gif);
	background-position: right;
	background-repeat: no-repeat;
}

/* position the secondary nav items flush left... */
#phonedevicesSecondaryNav {
	left: 0;
}
#plansSecondaryNav {
	left: -131px;
}
#solutionsSecondaryNav {
	left: -182px;
}
#builtforbusinessSecondaryNav {
	left: -197px;
}
#businessprogramsSecondaryNav {
	left: -231px;
}
#businesssupportSecondaryNav {
	left: -354px;
}
#businessaboutmeSecondaryNav{
	left:-393px;
}

#pn-phonesdevices, #pn-plans, #pn-solutions, #pn-builtforbusiness, #pn-businessprograms, #pn-businesssupport,#pn-businessaboutme{
	display: block;
	/* for leahy image replacement */ 
	padding-top: 36px;
	overflow: hidden;
	height: 0;
}

#pn-phonesdevices {
	width:134px;
	background: url(../images/homepage.gif) no-repeat;
}
#pn-plans {
	width:87px;
	background: url(../images/Products.gif) no-repeat;
}
#pn-solutions { 
	width:87px; 
	background: url(../images/solutions.gif) no-repeat; 
}
#pn-builtforbusiness {
	width:87px;
	background: url(../images/Case.gif) no-repeat;
}
#pn-businessprograms {
	width:87px;
	background: url(../images/Cooperations.gif) no-repeat;
}
#pn-businesssupport {
	width:87px;
	background: url(../images/Support.gif) no-repeat;
}
#pn-businessaboutme
{ width:87px;
background:url(../images/aboutme.gif) no-repeat;
	}

#pn-phonesdevices:hover, #pn-plans:hover, #pn-solutions:hover, #pn-builtforbusiness:hover, #pn-businessprograms:hover, #pn-businesssupport:hover,{ 
	/* shift the background image up 36px to reveal the hover/on-state of the primary nav */
	background-position: 0 -36px; 
}
