@charset "UTF-8";
/* NuEar Pro Navigation Styles */

#navigation {
	clear:both;
	height:30px;
	margin-bottom:12px;
	padding:2px 0 5px 40px;
	background:url(/public/images/navigation-bkdg-2.png) top left no-repeat;
	position: relative;
	z-index: 20;
}

#navigation li {
	float:left;
	position:relative;
}
	
	#navigation li ul {
		display:none;	
		position:absolute;
		top:30px;
		left:-8px;
		width:175px;
		padding-top:7px;
		background:url(/public/images/dropdown-top.png) top left no-repeat;
	}
	
		#navigation li ul div {
			padding:0 12px 14px 10px;
			background:url(/public/images/dropdown-bkgd.png) bottom left no-repeat;
		}

	#navigation li a {
		display:block;
		font: normal 13px/30px 'Lucida Grande', Arial, Helvetica, sans-serif;
		margin-right:42px;
		padding-left:4px;
		padding-right:4px;
		color:#fff;
		text-transform:uppercase;
	}

		#navigation li a:hover {
			color:#363632;	
			text-decoration:none;
		}
		
		#navigation li:hover a {
			color:#363632;
		}
	
	#navigation li:hover ul, #navigation li ul:hover {
		display:block;
	}
	
	#navigation li ul li {
		float:none;	
	}
	
		#navigation li ul li a {
			margin-right:0;
			font-size:13px;
			color:#000;
			text-transform:none;
		}
		
			#navigation li ul li a:hover {
				color:#B41A1A;
			}


.account #navAccount a,
.products #navProducts a,
.training #navTraining a,
.resources #navResources a,
.support #navSupport a,
.shop #navShop a,
.news #navNews a {
	color:#CCC;
}



/* START Resource Navigation */

#subNav {
	background:url(/public/images/subNavBGND.jpg) no-repeat top right;
	margin: 0 0 18px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 11px;
	clear: both;
	width: 897px;
	padding: 0;
}

#subNav ul.subNav_list {
	list-style: none;
	clear: left;
	margin: 0;
	height: 31px;
	padding: 8px 10px 0 25px;
	width: 887px; /* added **/
}

#subNav ul.subNav_list li {
	float:left;
	margin:0 26px 0 0;
}

#subNav ul.subNav_list li.farRight {
	margin: 0;
}

#subNav a, #subNav a:visited {
	font-weight: bold;
	line-height: 16px;
	padding: 5px 0;
	color: #777;
}

	#subNav a.active {
		color:#C6252C;
	}
	
/* Current Page Link Highlight for Sub Nav *******************/

#inspire #navInspire, #consumer #navConsumer, #inoffice #navInoffice, #events #navEvents, #programs #navPrograms, #mod #navMOD, #manuals #navManuals, #financing #navFinancing, #repair #navRepair, #battery #navBattery, #ordering #navOrdering, #tracking #navTracking, #warranties #navWarranties, #financial #navFinancial, #look #navLook, #Imagine2 #navImagine2, #miniscopic #navMiniscopic, #amp #navAmp, #intro #navIntro, #protection #navProtection, #other #navOther, #inspire #navInspire, #apps #navApps { 
	color:#C6252C;
}

/* END subnav current link color */

#protection #subNav {
	 margin-bottom: 2px;
}
