	/*~~~~~~~~~~~~~~~~ Menu Styles (global - all menus) ~~~~~~~~~~~~~~~~*/



	/******[Main Menu]******/

	/*Main Menu Container*/
	.nfMain {
	padding: 0px;
	background-repeat: repeat-x;
	background-color:#333;
	background-color: rgba(0,0,0,0.7);
border: 0px solid #333;
box-shadow: inset 0 1px 0 #999;


}

@media only screen and (min-width: 691px){
    /* rules defined inside here are only applied to browsers that support CSS media queries and the browser window is 480px or smaller */
	/*Item Links*/
	.nfMain .nfLink {
	padding: 14px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	text-transform:uppercase;
	color: #fff;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0033CC;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	font-weight: 500;
	line-height: 18px;
	border-top:solid 0px #ececec;
	text-shadow:1px 2px 2px #000;
}
}

@media only screen and (max-width: 690px){
    /* rules defined inside here are only applied to browsers that support CSS media queries and the browser window is 480px or smaller */
	.nfMain .nfLink {
	padding: 8px;
	font-family: verdana;
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0033CC;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	border-top:solid 0px #ececec;
}
	
}

@media only screen and (max-width: 450px){
    /* rules defined inside here are only applied to browsers that support CSS media queries and the browser window is 480px or smaller */
	.nfMain .nfLink {
	padding: 2px;
	font-family: verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0033CC;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
	font-weight:normal;
	border-top:solid 0px #ececec;
}
	
}

	/*Item Links - Parent*/
	.nfMain .nfParent .nfLink {background-position:92% 52%;background-repeat:no-repeat; cursor:pointer;}
	.nfMain .nfParent .nfSubS .nfLink {background-image:none;text-shadow:none;}

	/*Item Links - Hover (duplicate styles below!)*/
	.nfPure .nfItem:hover>.nfLink, .nfPure .nfItem:hover>*>.nfLink {
	color: #FFF;
	background-color: #014c81;text-shadow:none;
}
	.nfPure .nfLink:hover, .nfMain .nfJSHover {

	text-shadow:none;
	color: #000;
	
	background:rgba(255,255,255,0.5);
}

	/*Item Links - Active*/
	.nfMain .nfItem .nfJSActive {border-bottom-color:#ffffff;background-color: rgba(255,255,255,0.7);color:#000000;text-decoration:underline; cursor:pointer;text-shadow:none;}
	
	/*Item Links - Focus*/
	.nfPure .nfLink:focus, .nfMain .nfItem .nfJSFocus {text-decoration:underline;}	

	/*Item Links - Breadcrumbs*/
	.nfMain .nfLink .nfJSBreadcrumb {
	
}



	/******[Sub Menus]******/
	
	/*Sub Menu Styles*/
	.nfMain .nfSubS {
		background-color:#FFF;
	background-color: rgba(0,0,0,0.9);
	padding: 20px;
	text-align: left;
}
	.nfMain .nfSubS {
	width: 160px;
	white-space: normal;
	background-color:#FFF;
	background-color:  rgba(255,255,255,0.9);
	-moz-border-radius-bottomLeft: 10px;
	-moz-border-radius-bottomRight: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	box-shadow: 1px 1px 2px #000000;
	
}

	/*Sub Menu Position Offsets - Level 2*/
	.nfMain .nfSubS .nfSubC {margin:-1px 0px 0px 0px;}

	/*Sub Menu Styles - Level 2*/
	.nfMain .nfSubS .nfSubS {border-width:1px;}
	.nfMain .nfSubS .nfSubS {-moz-border-radius-topRight:10px;-moz-border-radius-bottomLeft:10px;-moz-border-radius-bottomRight:10px;-webkit-border-bottom-right-radius:10px;-webkit-border-bottom-left-radius:10px;-webkit-border-top-right-radius:10px;padding:5px 15px 5px 15px;}

	/*Item Links*/
	.nfMain .nfSubS .nfLink {border-style:solid;border-width:0px 0px 1px 0px;border-color:#999;padding:6px 25px 6px 5px;font-size:13px;color:#000000; width:150px; white-space:normal;}

	/*Item Links - Parent*/
	.nfMain .nfSubS .nfParent .nfLink {background-image:url('images/arrow1_right.gif'); background-position:95% 50%;text-shadow:none;text-shadow:none;}
	.nfMain .nfSubS .nfParent .nfSubS .nfLink {background-image:none;text-shadow:none;}
	
	/*Item Links - Last Child (ignored by IE8 & down)*/
	.nfMain .nfSubS .nfItem:last-child .nfLink {border-width:0px;}
	
	/*Item Links - Hover (duplicate styles below!)*/
	.nfMain .nfSubC .nfItem:hover>.nfLink {text-decoration:underline;}
	.nfMain .nfSubC .nfLink:hover, .nfMain .nfSubC .nfJSHover {text-decoration:underline;background-color:transparent}

	/*Item Links - Active*/
	.nfMain .nfSubS .nfItem .nfJSActive {background-color:#ccd0e3;color:#425fa7;text-decoration:underline;}
	
	/*Item Links - Focus*/
	.nfPure .nfSubS .nfLink:focus, .nfMain .nfSubS .nfItem .nfJSFocus {color:#03f;}	

	/*Item Links - Breadcrumbs*/
	.nfMain .nfSubS .nfItem .nfJSBreadcrumb {}

	

	/******[Custom Menu Classes and Styles]******/

	.custTitle {font-size:1em;margin:20px 0px 5px 0px;color:#55556a;font-weight:bold;}
	.custTitleBoxed {font-size:.9em;margin:20px 0px 5px 0px;color:#55556a;padding:8px;border-style:solid;border-width:1px;background-color:#fff;border-color:#979cb6;-moz-border-radius:4px;-webkit-border-radius:4px;}
	.custTitleTop {margin:5px 0px 5px 0px;}	
	
	.custMegaSub {width:560px; height:400px; overflow:auto;}
	.custMegaItem {font-size:.9em;}

	.megaContentRight {position:relative;width:140px;left:330px;}
	.megaContentMiddle {position:absolute;width:140px;left:170px;}
	.megaContentLeft {position:absolute;width:140px;}
	.megaContentMiddle ul, .megaContentLeft ul, .megaContentRight ul {list-style-type:circle;margin:10px 0px 0px 24px;padding:0px; white-space:normal; width:120px}

	.megaTopTitle {width:440px;font-size:1em;color:#55556a;white-space:normal;margin-bottom:10px;padding:8px;border-style:solid;border-width:1px;background-color:#fff;border-color:#979cb6;-moz-border-radius:4px;-webkit-border-radius:4px;}
	.megaTitle {color:#55556a;white-space:normal;}