	/*~~~~~~~~~~~~~~~~ Menu Styles (global - all menus) ~~~~~~~~~~~~~~~~*/



	/******[Main Menu]******/

	/*Main Menu Container*/
	.nfMain {background:#990f0f url('images/bg.jpg'); margin-left:50px}

	/*Items*/
	.nfMain .nfItem {}

	/*Item Links*/
	.nfMain .nfLink {padding:10px 22px 10px 22px; no-repeat right top;color:#fff;font-family:arial,sans-sarif;font-size:12px;font-weight:normal;text-decoration:none;}

	/*Item Links - Parent*/
	.nfMain .nfParent .nfLink {}

	/*Item Links - Hover (duplicate styles below!)*/
	.nfPure .nfItem:hover>.nfLink, .nfPure .nfItem:hover>*>.nfLink {background-color:#105994;}
	.nfPure .nfLink:hover, .nfMain .nfJSHover {background-color:#105994;}

	/*Item Links - Active*/
	.nfMain .nfItem .nfJSActive {background-color:#105994;}
	
	/*Item Links - Focus*/
	.nfPure .nfLink:focus, .nfMain .nfItem .nfJSFocus {}	

	/*Item Links - Breadcrumbs*/
	.nfMain .nfItem .nfJSBreadcrumb {}



	/******[Sub Menus]******/
	
	/*Sub Menu Styles*/
	.nfMain .nfSubS {background-color:#105994;padding:0px 0px 0px 0px;}

	/*Sub Menu Position Offsets - Level 2*/
	.nfMain .nfSubS .nfSubC {margin:0px 0px 0px 0px;}

	/*Sub Menu Styles - Level 2*/
	.nfMain .nfSubS .nfSubS {border-width:1px;font-size:14px;padding:10px;background-color:#222;}

	/*Items*/
	.nfMain .nfSubS .nfItem {border-bottom-width:1px; border-bottom-color:#FFFFFF; border-bottom-style:solid;}

	/*Item Links*/
	.nfMain .nfSubS .nfLink {background-image:none;padding:7px 30px 7px 7px;font-size:13px; width:175px; white-space:normal}

	/*Item Links - Custom flowLeft Class*/
	.nfMain .flowLeft .nfLink {padding:7px 80px 7px 30px;}

	/*Item Links - Level 2*/
	.nfMain .nfSubS .nfSubS .nfLink {padding:7px 15px 7px 15px;font-size:12px;}

	/*Item Links - New Window*/
	.nfMain .nfSubS .new_window {background-image:url('images/new_window.gif');background-repeat:no-repeat;background-position:96% 54%;}

	/*Item Links - Parent*/
	.nfMain .nfSubS .nfParentLink {background:transparent url('images/arrow_right.gif') no-repeat 96% 54%;}
		
	/*Item Links - Parent - Custom flowLeft Class*/
	.nfMain .flowLeft .nfParentLink {background:transparent url('images/arrow_left.gif') no-repeat 4% 54%;}
	
	/*Item Links - Hover (duplicate styles below!)*/
	.nfMain .nfSubC .nfItem:hover>.nfLink {}
	.nfMain .nfSubC .nfLink:hover, .nfMain .nfSubC .nfJSHover {}

	/*Item Links - Scripted Hover*/
	.nfMain .nfSubC .nfParent .nfJSHover {background-color:#990101;}

	/*Item Links - New Window Hover*/
	.nfMain .nfSubC .nfJSHover.new_window {background-image:url('images/new_windowHL.gif');}

	/*Item Links - Active*/
	.nfMain .nfSubS .nfItem .nfJSActive {background-image: url('images/arrow_rightHL.gif');background-color:#990101;}

	/*Item Links - Active - Custom flowLeft Class*/
	.nfMain .flowLeft .nfItem .nfJSActive {background-image: url('images/arrow_leftHL.gif');}
	
	/*Item Links - Focus*/
	.nfPure .nfSubS .nfLink:focus, .nfMain .nfSubS .nfItem .nfJSFocus {}	

	/*Item Links - Breadcrumbs*/
	.nfMain .nfSubS .nfItem .nfJSBreadcrumb {}

	

	/******[Custom Menu Classes and Styles]******/

	h2 {padding:0px;margin:0px;}
	.subHead {font-size:12px;color:#fff;border:solid 1px #666;border-width:0px 0px 1px 0px;padding:0px;margin-bottom:10px;}

	
