/* ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~*/
/* ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~MAIN NAVIGATION ~~ ~~ ~~ ~~ ~~ ~~*/
/* ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~*/
/* ~~width:401 */
ul#MainNav {
	position: absolute;
	margin: 0px;
	list-style-type: none;
}



ul#MainNav li a { height:19px; display:block; position:absolute; top:0; outline:none }
li#navHome a, li#navNews a, li#navAboutUs a, li#navCareers a, li#navStoreLocator a, li#navFinancialServices a, li#navBrochure a, li#navCellularInfo a, li#navAdvertising a{
	color:#3e602b;
	display:block;
	background-color: #FFF;
	
}
li#navHome a:hover, li#navNews a:hover, li#navAboutUs a:hover, li#navCareers a:hover, li#navStoreLocator a:hover, li#navFinancialServices a:hover, li#navBrochure a:hover, li#navAdvertising a:hover, li#navCellularInfo a:hover {
	color:#b9cb7f;
	
}

/*  
Measurements for the nav image replacement:
	total width = 401
	The distance from the top to the...

	initial state = 0
	rollover state = 19px
	selected state = 38px

	The distance from the far-left to the...

	home button = 0
	news button = 47px
	about us button = 94px
	Careers button = 168px
	Store locator button = 237px
	Financial Service button = 344px

	The width of the...

	home button = 47px
	news = 47px
	about us button = 74px
	careers button = 69px
	store locator button = 107px
	financial service button = 57px
*/

/* ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~--*/
li#navHome a 						{ background-position:0 0; width:47px; left:0 }
li#navHome a:hover					{ background-position:0 -19px }
body#pageHome li#navHome a 			{ background-position:0 -38px }

li#navNews a 						{ background-position:-47px 0; width:47px; left:47px }
li#navNews a:hover					{ background-position:-47px -19px }
body#pageNews li#navNews a 			{ background-position:-47px -38px }

li#navAboutUs a 						{ background-position:-94px 0; width:74px; left:94px }
li#navAboutUs a:hover					{ background-position:-94px -19px }
body#pageAboutUs li#navAboutUs a 			{ background-position:-94px -38px }

li#navCareers a 					{ background-position:-168px 0; width:69px; left:168px }
li#navCareers a:hover				{ background-position:-168px -19px }
body#pageCareers li#navCareers a 	{ background-position:-168px -38px }

li#navStoreLocator a 						{ background-position:-237px 0; width:107px; left:237px }
li#navStoreLocator a:hover					{ background-position:-237px -19px }
body#pageStoreLocator li#navStoreLocator a 		{ background-position:-262px -38px }

li#navFinancialServices a 						{ background-position:-344px 0; width:50px; left:344px }
li#navFinancialServices a:hover					{ background-position:-344px -19px }
body#pageFinancialServices li#navFinancialServices a 		{ background-position:-344px -38px }

li#navCellularInfo a 						{ background-position:-386px 0; width:90px; left:386px }
li#navCellularInfo a:hover					{ background-position:-386px -19px }
body#pageCellularInfo li#navCellularInfo a 			{ background-position:-386px -38px }

li#navAdvertising a 						{ background-position:-455px 0; width:90px; left:455px }
li#navAdvertising a:hover					{ background-position:-455px -19px }
body#pageBrochure li#navAdvertising a 			{ background-position:-455px -38px }

/* ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~ ~~--*/
