/* ------- HORIZONTAL DROPDOWN WITH IE HACK - SEE PAGE BOTTOM FOR EDITING EXAMPLES --------- */
#menu {
	height:50px;
	width:660px;
	margin-top:10px;
	/*background-image:url(/images/menu_bg.jpg);
	background-position:top;
	background-repeat:repeat-x;*/
	background-color:#E8F1F8;
}



/* ---------------------------- 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:110px !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:110px;} /* set menu item width with ul, not 'a' */
#menu a, #menu a:visited {
	padding:11px 18px 15px 15px; /* 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:#000; 
	/*border-right:solid 1px #999; */
	background-image:url('/images/menu_border_bg.jpg');
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none; 
	text-align:center; 
	font:bold 17px 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:#1980df;
}
/* LEVEL 1 selected state */
#menu ul li a.tdcMenuSelected, #menu ul li a:visited.tdcMenuSelected, #menu ul li a:active.tdcMenuSelected
, #menu ul li a.tdcMenuSubSelected, #menu ul li a:visited.tdcMenuSubSelected, #menu ul li a:active.tdcMenuSubSelected {
	color:#1980df;
} 

#menu ul li#page_7 A, #menu ul li#page_7 A:visited {background-image:none;}

#menu  li:hover ul {
	display:block;
}
/* ******************************************************************* */
/* ***************** LEVEL 2 (DROPDOWN) MENU ITEMS  ****************** */
#menu ul ul {width:170px !important; background-color:#FFF; background-image:url('/images/dropdown.jpg'); background-position:top; background-repeat:repeat-x;}
#menu ul li ul li a, #menu ul li ul li a:visited {
	text-align:left; 
	padding:7px 10px 5px 3px;
	margin-left:8px;
	margin-right:8px;
	background-image:none;
	width:auto; /* defaults to width of LEVEL 1 menu item */
	white-space: nowrap; /* allows text to wrap on LEVEL 2 (3, etc.) */
	color:#000;
	background:transparent none; 
	/*border-left:solid 1px #AAA;
	border-right:solid 1px #AAA;*/
	border-bottom:solid 1px #AAA;
	font-weight:normal;
	font-size:14px;
}
/* LEVEL 2 hover */
#menu ul li ul li a:hover, #menu ul li ul li a:active {
 	color:#1980df; 
}

/* 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 {
	color:#1980df;
} 
#menu ul ul li#page_14 A {
	border-bottom:0px none;
}

/* ******************************************************************* */
/* ************ 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;}*/


#subMenu ul					{list-style:none;margin:0;padding:0;}
#subMenu a, #subMenu a:visited 	{display:block;width:auto;margin:0;}
#subMenu li 					{position:relative;}

#subMenu a, #subMenu a:visited {
	padding:7px 10px 7px 3px; /* 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:#000; 
	border-bottom:solid 1px #CCC; 
	text-decoration:none; 
	text-align:left; 
	font:normal 12px Arial, Helvetica, sans-serif; 
	white-space:nowrap; /* keeps text from wrapping on LEVEL 1 */
}
/* LEVEL 1 hover state */
#subMenu a:hover, #subMenu a:active {
	color:#1980df;
}
/* LEVEL 1 selected state */
#subMenu ul li a.tdcMenuSelected, #subMenu ul li a:visited.tdcMenuSelected, #subMenu ul li a.hover, #subMenu ul li a:active.tdcMenuSelected {
	color:#1980df;
} 