/* ------- HORIZONTAL DROPDOWN WITH IE HACK - SEE PAGE BOTTOM FOR EDITING EXAMPLES --------- */
#menu {
	height:31px;
	width:600px;	
	background:transparent;
	overflow:visible;
	/*background-image:url(/images/menu_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color:#606A79;*/
}



/* ---------------------------- DON'T EDIT OR MOVE THIS BLOCK! ------------------------------ */
#menu ul					{list-style:none;margin:0;padding:0;float:left; margin-right:10px;}
#menu a, #menu a:visited 	{display:block;width:auto;margin:0;}
#menu li 					{position:relative; padding-left:10px;}
#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, div#menu li:active			{cursor:pointer;z-index:100; background-image:url(/images/menu_left_edge.jpg); background-repeat:no-repeat; }
div#menu li li:hover, div#menu li li:active			{cursor:pointer;z-index:100; background:transparent; }
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:86px !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:86px;} /* set menu item width with ul, not 'a' */
#menu a, #menu a:visited {
	margin-left:-10px;
	width:96px;
	padding:6px 0px 3px 0px; /* 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:#FFFFFF; 
	background:transparent;
	text-decoration:none; 
	text-align:center; 
	font:bold 16px Arial, Helvetica, sans-serif; 
	white-space:nowrap; /* keeps text from wrapping on LEVEL 1 */
}
/* LEVEL 1 hover state */
#menu a:hover, #menu a:active {
	color:#284980; 
	background:transparent;
	background-image:url(/images/menu_right_edge.jpg);
	background-position:right;
	background-repeat:no-repeat;
}
/* 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 {
	color:#284980; 
	background:transparent;
	background-image:url(/images/menu_right_edge.jpg);
	background-position:right;
	background-repeat:no-repeat;
} 

/* ******************************************************************* */
/* ***************** LEVEL 2 (DROPDOWN) MENU ITEMS  ****************** */
#menu ul ul {width:150px !important;} 
#menu ul ul li {padding-left:0px;}
#menu ul li ul li a, #menu ul li ul li a:visited {
	margin-left:-11px;
	padding-left:7px;
	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:#284980;
	background-color:#b3c5e2; 
	border-left:solid 1px #284980;
	border-bottom:solid 1px #284980;
	border-right:solid 1px #284980;
	font-weight:normal;
}
/* LEVEL 2 hover */
#menu ul li ul li a:hover, #menu ul li ul li a:active {
 	background:#DEE7EF; 
}

/* 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:#DEE7EF;
} 

/* ******************************************************************* */
/* ************ LEVEL 3 (FLYOUT TO RIGHT) MENU ITEMS ************** */
#menu ul ul ul {
	width:170px !important;
	top:0; 
	left:100%; 
	border-top:solid 1px #284980; /* 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:#b3c5e2; 
}
#menu ul li ul li ul li {}
#menu ul li ul li ul li a, #menu ul li ul li a:visited {
	margin-left:-11px;
}


/** ********* 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:auto;
	text-align:center;
	padding:0;
	color:#666666;
	width:778px;
	background-image:url(/images/footer_bg.png);
	background-repeat:no-repeat;
	height:35px;
	font:normal 10px/100% Arial, Helvetica, sans-serif; 
}

/* FOOTER MENU ECHOS OUTPUT OF MAIN NAV - BUT ONLY OUTPUTS TOP LEVEL ITEMS */
#footerContent {
	padding:0;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	
	text-align:center;
}
/* Note: Each top-level item is a UL (not an LI within a UL) */
#footerContent ul	{
	list-style:none;
	padding:0 5px 0 5px;
	border-right:solid 1px #FFF;
	display:inline;
	font-weight:normal;
	/* cross-browser hack to center menu items */
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
#footerContent li	{
	/* necessary for IE to display menu items horizontally */
	display:inline;
	padding:0;
	margin:0;
}
#footerContent a, 
#footerContent a:visited 	{color:#FFFFFF;margin-right:5px;margin-left:5px;}
#footerContent a:hover		{color:#EEEEFF;}
