	/*~~~~~~~~~~~~~~~~ Menu Styles (global - all menus) ~~~~~~~~~~~~~~~~*/



	/******[Main Menu]******/

	/*Main Menu Container*/
	.nfMain {width:200px;background-color:#CA130B;border:solid 1px #999;border-width:0px 1px 1px 1px;}

	/*Item Links*/
	.nfMain1 .nfLink1 {background-color:#CA130B; height:45px; border:solid 1px #333;border-width:1px 0px 0px 0px;padding:8px 40px 8px 20px;font-family:Arial;font-size:.8em;color:#ffffff;text-decoration:none;}

	.nfMain .nfLink {background-color:#ccc;border:solid 1px #999;border-width:1px 0px 0px 0px;padding:8px 40px 8px 20px;font-family:Arial;font-size:.8em;color:#333;text-decoration:none;}

	/*Item Links - Parent*/
	.nfMain .nfParent .nfLink {background-image:url('images/arrow1_down.gif');background-position:92% 52%;background-repeat:no-repeat;}
	.nfMain .nfParent .nfSubS .nfLink {background-image:none;}

	/*Item Links - Hover (duplicate styles below!)*/
	.nfPure .nfItem:hover>.nfLink, .nfPure .nfItem:hover>*>.nfLink {text-decoration:none;}
	.nfPure .nfLink:hover, .nfMain .nfJSHover {text-decoration:none;}

	/*Item Links - Active*/
	.nfMain .nfItem .nfJSActive {background-color:#dedede;color:#333;text-decoration:none;}
	
	/*Item Links - Focus*/
	.nfPure .nfLink:focus, .nfMain .nfItem .nfJSFocus {text-decoration:none;}	

	/*Item Links - Breadcrumbs*/
	.nfMain .nfItem .nfJSBreadcrumb {background-color:#00f;}



	/******[Sub Menus]******/
	
	/*Sub Menu Position Offsets*/
	.nfMain .nfSubC {margin:0px 0px 0px 0px;}

	/*Specify Fixed Sub Heights for Level 1*/
	.nfMain .nfSubC {height:40px;}

	/*Sub Menu Styles*/
	.nfMain .nfSubS {background-color:#f5f3f3;padding:4px 15px 5px 15px;}

	/*Sub Menu Position Offsets - Level 2*/
	.nfMain .nfSubS .nfSubC {margin:-1px 0px 0px 0px;}

	/*Sub Menu Styles - Level 2*/
	.nfMain .nfSubS .nfSubS {border:solid 1px #333;}

	/*Item Links*/
	.nfMain .nfSubS .nfLink {background-color:transparent;border-style:solid;border-width:0px 0px 1px 0px;border-color:#999;padding:8px 40px 8px 5px;color:#333;}*/

	/*Item Links - Parent*/
	.nfMain .nfSubS .nfParent .nfLink {background-image:url('images/arrow1_right.gif');}
	.nfMain .nfSubS .nfParent .nfSubS .nfLink {background-image:none;}

	/*Item Links - Last Child (igno#f5f3f3 by IE8 & down)*/
	.nfMain .nfSubS .nfItem:last-child .nfLink {border-width:0px;}
	
	/*Item Links - Hover (duplicate styles below!)*/
	.nfMain .nfSubC .nfItem:hover>.nfLink {}
	.nfMain .nfSubC .nfLink:hover, .nfMain .nfSubC .nfJSHover {}

	/*Item Links - Active*/
	.nfMain .nfSubS .nfItem .nfJSActive {background-color:#999;color:#333;text-decoration:none;}
	
	/*Item Links - Focus*/
	.nfPure .nfSubS .nfLink:focus, .nfMain .nfSubS .nfItem .nfJSFocus {}	

	/*Item Links - Breadcrumbs*/
	.nfMain .nfSubS .nfItem .nfJSBreadcrumb {}

	

	/******[Custom Classes and Styles]******/

	.myTitle {color:#333;font-family:arial;font-weight:bold;font-size:.9em;margin:20px 0px 5px 0px;}
	.myTitleTop {margin:5px 0px;}	