/* ------- HORIZONTAL DROPDOWN WITH IE HACK - SEE PAGE BOTTOM FOR EDITING EXAMPLES --------- */
/*#menu {
	height:28px;
	width:100%;	
	background-image:url(/images/menu_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#606A79;
	position:absolute;
	top:0px;
	padding-left:270px;
}*/


#menu {
	position:absolute;
	left:0px;
	top:0px;
	height:28px;
	width:100%;
	background-color:#FFF;
	padding:0;
	clear:both;
	background-image:url(/images/menu_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#menu span.public_nav {
	width:900px;
	display:block;
	padding:0;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	list-style:none;
}

#menu span.public_nav span {margin-left:270px; display:block;}



/* ---------------------------- DON'T EDIT OR MOVE THIS BLOCK! ------------------------------ */
#menu ul					{list-style:none;margin:0;padding:0;float:left;}
#menu a, #menu a:visited 	{display:block;width:auto;margin:0;}
#menu li 					{position:relative;}
#menu ul ul					{position:absolute;z-index:500;top:auto;display:none;}
#menu a.x, #menu a.x:visited{background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;}
#menu a.x, #menu a.x:visited{font-weight:normal;color:#000;}
#menu a.x:hover				{color:#FFF;background:#000;}
#menu a.x:active			{color:#060;background:#CCC;}
div#menu li:hover			{cursor:pointer;z-index:100;}
div#menu li li li li:hover ul ul, div#menu li li:hover ul ul, div#menu li li li:hover ul ul, 
div#menu li:hover ul ul		{display:none;}
div#menu li li li li:hover ul, div#menu li li:hover ul, div#menu li li li:hover ul, 
div#menu li:hover ul 		{display:block;}
/* cross-browser hack to set minimum width for top-level items */
#menu ul {min-width:1px; width:100px !important; width:1px; } /* Need to adjust all to set px if not auto for IE */
/* ----------- ------------------ END OF 'DON'T EDIT' BLOCK --------------------------------- */


/* ******************************************************************* */
/* ******************** LEVEL 1 (TOP) MENU ITEMS  ******************** */
#menu ul {width:100px;} /* set menu item width with ul, not 'a' */

#menu ul#sec_2 {width:70px !important;}
#menu ul#sec_6 {width:80px !important;}
#menu ul#sec_10 {width:160px !important;}
#menu ul#sec_11 {width:70px !important;}
#menu ul#sec_18 {width:50px !important;}
#menu ul#sec_12 {width:80px !important;}
#menu ul#sec_17 {width:120px !important;}
#menu ul#sec_17 a {border-right:0 none;}

#menu a, #menu a:visited {
	padding:6px 5px 7px 5px; /* don't use 'height' attribute - instead use top & bottom padding to set menu item height and place text vertically */
	line-height:130%; /* SAFARI HACK; use with line-height along with top & bottom padding to set menu item height */
	color:#666; 
	border-right:solid 1px #999; 
	text-decoration:none; 
	text-align:center; 
	font:bold 12px Arial, Helvetica, sans-serif; 
	white-space:nowrap; /* keeps text from wrapping on LEVEL 1 */
	font-family:"Myriad Pro", Arial;
}
/* LEVEL 1 hover state */
#menu a:hover, #menu a:active {
	background-image: url(/images/menu_button_on.jpg);
	background-repeat:repeat-x; 
	color:#005689;
}
/* LEVEL 1 selected state */
#menu ul li a.tdcMenuSelected, #menu ul li a:visited.tdcMenuSelected, #menu ul li a.hover, #menu ul li a:active.tdcMenuSelected {
	background-image: url(/images/menu_button_on.jpg);
	background-repeat:repeat-x; 
	color:#005689;
} 

/* ******************************************************************* */
/* ***************** LEVEL 2 (DROPDOWN) MENU ITEMS  ****************** */

#menu ul li ul#sec_20 {width:70px !important;}
#menu ul li ul#sec_23 {width:80px !important;}
#menu ul li ul#sec_25 {width:160px !important;}
/* None */
#menu ul li ul#sec_26 {width:70px !important;}
#menu ul li ul#sec_27 {width:80px !important;}
/* None */

#menu ul li ul li a, #menu ul li ul li a:visited {
	text-align:left; 
	width:auto; /* defaults to width of LEVEL 1 menu item */
	white-space: normal; /* allows text to wrap on LEVEL 2 (3, etc.) */
	color:#1F2766;
	background-color:#F3F5F8; 
	border-left:solid 1px #AAA;
	border-bottom:solid 1px #AAA;
	font-weight:normal;
}
/* LEVEL 2 hover */
#menu ul li ul li a:hover, #menu ul li ul li a:active {
 	background:#005689; 
	color:#FFFFFF;
}

/* LEVEL 2 selected state */
#menu ul li ul li a.tdcMenuSelected, #menu ul li ul li a:visited.tdcMenuSelected, #menu ul li ul li a.hover, #menu ul li ul li a:active.tdcMenuSelected {
	background:#D3D5D8;
} 

/* ******************************************************************* */
/* ************ LEVEL 3 (FLYOUT TO RIGHT) MENU ITEMS ************** */
#menu ul ul ul {
	top:0; 
	left:100%; 
	border-top:solid 1px #AAA; /* adding 1px top border and -1px top/left margin keeps flyout menus vertically aligned and borders from doubling up in width */
	margin:-1px 0 0 -1px; 
	background:#DEE7EF; 
}


/** ********* EXAMPLES OF EDITING UNIQUE MENU ITEMS BY CLASS ************ **/
/* 	set width on unique LEVEL 1 menu item */
/*#menu ul.tdc_3_ul {width:150px; background:#606A79; }*/

/* remove right border from far right menu item */
/*#menu ul li a.tdc_9_a, #menu ul li a:visited.tdc_9_a {border-right:none;}*/

/* set background color on unique LEVEL 2 menu item */
/*#menu ul li ul li a.tdc_21_a, #menu ul li ul li a:visited.tdc_21_a {background-color:#99FFFF;}*/












/* FOOTER */
#footer {
	text-align:center;
	height:85px;
	border:solid 1px #444;
	border-top: none;
	color:#666;
	text-align:center;
	padding:3px 0 2px 0;
	font:normal 12px/130% Arial, Helvetica, sans-serif; 
	white-space:nowrap;
}

/* FOOTER MENU ECHOS OUTPUT OF MAIN NAV - BUT ONLY OUTPUTS TOP LEVEL ITEMS */
#footerContent {
	padding:1px 0 0px 0;
	height:27px;
	font:normal 11px/100% Arial, Helvetica, sans-serif; 
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom:10px;
}
/* Note: Each top-level item is a UL (not an LI within a UL) */
#footerContent ul	{
	list-style:none;
	padding:0 2px 0 2px;
	height:28px;
	background-image:url(/images/footer_divider_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	display:inline;
	font-weight:normal;
	/* cross-browser hack to center menu items */
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#footerContent ul.tdc_17_ul, #footerContent ul.logout {background-image:none;}

#footerContent li	{
	/* necessary for IE to display menu items horizontally */
	display:inline;
	padding:0;
	margin:0;
	
}
#footerContent a, 
#footerContent a:visited 	{color:#707070;margin-right:5px;margin-left:5px; font-weight:bold;}
#footerContent a:hover		{color:#005689; text-decoration:none; font-weight:bold;}