	#NAVIGATION	a, a:visited {
		font-size:10px;
		color:#fff;
		text-decoration:none;
		text-transform:uppercase;
		background-image:url(/images/top-arrow_off.gif);
		background-position:left;
		background-repeat:no-repeat;
     	padding:0px 0px 0px 10px;
	}
	
	#NAVIGATION	a:hover, a:hover:visited {
		text-decoration:none;
		color:#DCF704;
		background-image:url(/images/top-arrow_on.gif);
		padding:0px 0px 0px 10px;
	}

	#NAVIGATION	a.selected, a.selected:visited {
		color:#750C00;
		text-decoration:none;
		text-transform:lowercase;
	}
	
	#NAVIGATION	a.selected:hover, a.selected:hover:visited {
		color:#750C00;
	}
	
	#RIGHTNAVIGATION	a, a:visited {
		font-size:10px;
		color:#000;
		text-decoration:none;
		text-transform:uppercase;
		background-image:url(/images/arrow.gif);
		background-position:left;
		background-repeat:no-repeat;
     	padding:0px 0px 0px 10px;
	}
	
	#RIGHTNAVIGATION	a:hover, a:hover:visited {
		color:#00CCFF;
		background-image:url(/images/arrow_on.gif);
	}

	#RIGHTNAVIGATION	a.selected, a.selected:visited {
		color:#999999;
		text-decoration:none;
		text-transform:uppercase;
		background-image:url(/images/arrow_hit.gif);
		background-position:left;
		background-repeat:no-repeat;
		padding-left:10px;
	}
	
	#RIGHTNAVIGATION	a.selected:hover, a.selected:hover:visited {
		color:#750C00;
		background-image:url(/images/arrow.gif);
	}
	
	#RIGHTNAVIGATION	a.subs, a.subs:visited {
		color:#3366CC;
		text-decoration:none;
		text-transform:uppercase;
		background-position:left;
		background-repeat:no-repeat;
		padding-left:10px;
	}
	
	#RIGHTNAVIGATION	a.subs:hover, a.subs:hover:visited {
		color:#44D9FF;
		background-image:url(/images/arrow.gif);
		padding-left:8px;
	}
	
	#RIGHTNAVIGATION b {
		font-size:12px;
		text-decoration:none;
		text-transform:uppercase;
	}

	/* Hides content that will eventually be 
	 * replaced to avoid blink/flicker */
	html.hasFlash #RNHEADING b	{ visibility: hidden; }
	
	/* Need to make sure that the new content takes up
	 * the same amount of space as the old or there will
	 * be a perceptable shift of all content
	 */
	/*#RNHEADING div.replaced-b	{ height: 20px; }
