/* Navigation Elements */
#tbl_banner td{vertical-align: top; position: relative;}
	#td_logo img{position: relative; top: -7px;} /* Had to lift in order to accommodate larger-than-expected # of secondary links for Process. */
	#nav_global{font-size: .85em; font-weight: bold; margin-left: -1px;}
		/* #nav_label{font-family} */
	#nav_globalsec{font-size: .75em;}
		#nav_globalsec tr{display:block;}
	#td_navigation{padding-left: 30px; vertical-align: top;}
		#td_primarynav table{display: none; position: relative;}
			#td_primarynav table td{font-size: .75em;}
			#space_between_global_and_subn{left: 196px; margin-top: 5px; position: relative; height: 13px; width: 400px;}
				table.tbl_submenu{margin-top:0px; position: absolute; float: left;}
				#space_between_global_and_subn .navpipe #first_pipe{padding: 0 5px;}
				#td_process{margin-left: -190px;}
	#td_navigation ul.list_nav{
		list-style-type: none;
		margin: 0; padding:0;
		display: inline;
		font-weight: normal;
		height:135px;
		margin-left: -1px;
	}
		#td_navigation ul.list_nav li{
			display:inline;
			margin:0;padding:0;
		}
		.navpipe img{padding: 0 4px; width: 1px; height: 11px; vertical-align: top; margin-top:1px;}
			#ul_global .navpipe img {padding: 0px 11px;}
			#ul_global .navpipe img#lastpipe {padding-left: 14px;}
			#space_between_global_and_subn .navpipe img{padding: 0 5px;}
			/* #space_between_global_and_subn .navpipe #first_pipe{padding: 0 7px;} */
	.topmargin_navs{margin-top: 5px;}

/* Pathetic workaround for bubbling complexities on mouseout.  Serious adjustment in the mcg.css. */
/* .outzone{} NOTE: Because the APPROACH (process) menu is so long, width & left specs are set in the script.  */
#out_bot{height: 10px; width: 402px; position: absolute; top:15px; left: -2px;z-index:50; /* border: 1px solid transparent; */}
#out_top{height: 10px; width: 402px; position: absolute; top:-35px; left: -2px;z-index:50; /* border: 1px solid transparent; */}
#out_left{height: 50px; width: 5px; position: absolute; top:-30px; left: -9px;z-index:50; /* border: 1px solid transparent; */}
#out_right{height: 50px; width: 5px; position: absolute; top:-30px; left: 402px;z-index:50; /* border: 1px solid transparent; */}
/*  
#out_bot{border: 1px solid green;}
#out_top{border: 1px solid blue;}
#out_left{border: 1px solid red;}
#out_right{border: 1px solid pink;}
 */