/* ------- HORIZONTAL DROPDOWN WITH IE HACK - SEE PAGE BOTTOM FOR EDITING EXAMPLES --------- */

/** *********************************************************************** **/
/** ******************************* TOP MENU ****************************** **/ 
/** HORIZONTAL DROPDOWN WITH IE HACK - SEE PAGE BOTTOM FOR EDITING EXAMPLES **/
/** *********************************************************************** **/

#menu {
	position:absolute;
	z-index:90;
	height:25px;
	width:936px;
	margin:223px 0 0 42px;
	background:#1d4696;
}
/* ---------------------------- 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;
}
/* ----------- ------------------ END OF 'DON'T EDIT' BLOCK --------------------------------- */



/* ******************************************************************* */
/* ******************** LEVEL 1 (TOP) MENU ITEMS  ******************** */
#menu ul {
	width:117px;
} /* set menu item width with ul, not 'a' */
/* cross-browser hack to set minimum width for top-level items 
#menu ul {min-width:1px;width:auto !important; width:1px;}*/


#menu a, #menu a:visited {
	padding:5px 5px 5px 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:#FFF;
	background:#1d4696;
	border-right:solid 1px #FFF;
	text-decoration:none;
	text-align:center;
	font:bold 12px Arial, Helvetica, sans-serif;
	white-space:nowrap; /* keeps text from wrapping on LEVEL 1 */
}
/* LEVEL 1 hover state */
#menu a:hover, #menu a:active {
	/*background:#00adef;*/
	margin-top:-20px;
	padding-top:25px;
	background:url(/images/nav_top_bg.png) top no-repeat;
	border-right:0px none;
	color:#ffe613;
}
/* LEVEL 1 selected state */


#menu ul li a.tdcMenuSelected, 
#menu ul li a:visited.tdcMenuSelected, 
#menu ul li.tdcMenuSubSelected a.tdcMenuSubSelected,
#menu ul li.tdcMenuSubSelected a.visited.tdcMenuSubSelected,
#menu ul li a.hover, 
#menu ul li a:active.tdcMenuSelected {
	margin-top:-20px;
	padding-top:25px;
	background:url(/images/nav_top_bg.png) top no-repeat;
	border-right:0px none;
}



/** *********************************************************************** **/
/** ******************************* LEFT MENU ***************************** **/
/** *********************************************************************** **/ 

/* submenu left column container */
#subMenu {
	width:165px;
	margin:0 0 15px -220px; /* see IE6 hack in css.cfm */
	float:left;
	line-height:normal;
}
/* submenu headline */
#subMenu h4 {
	color:#FFF;
	margin:0 0 20px 11px;
	font-size:16px;
	line-height:normal;
	letter-spacing:0;
}
/* links */
#subMenu a, #subMenu a:hover {		
	display:block;
	vertical-align:top;
	line-height:normal;
	color:#A4E6FF;
}
/* hover and selected state */
#subMenu a:hover, #subMenu a.tdcMenuSelected, #subMenu a.tdcMenuSubSelected {
	color:#FFFFFF;
	background:url(/images/menuSelected.jpg) no-repeat left ;
}
#subMenu a.tdcMenuSubSelected {
	color:#A4E6FF;
	background:url(/images/menuSubSelected.jpg) no-repeat left;
}

/* ******************** LEVEL 1 MENU ITEMS  ******************** */
#subMenu ul li a {
	display:block;
	font-weight:bold;
	font-size:14px;
	padding:6px 0 6px 11px;
	text-decoration:none;
	margin:0;
}
#subMenu ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:0;
	display:block;
}
#subMenu li {
	margin:0;
	padding:0;
	list-style:none;
	line-height:0;
	display:block;
}

/* ******************** LEVEL 2 MENU ITEMS  ******************** */
#subMenu ul li ul li a, #subMenu ul li ul li a:hover {
	font-weight:bold;
	font-size:12px;
	color:#74B6DF;
	padding:4px 0 4px 11px;
	line-height:115%;
}
#subMenu ul li ul li a:hover {
	color:#FFF;
}
#subMenu ul ul { 			
	margin-left:10px;
}

/* ******************** LEVEL 3  ******************** */
#subMenu ul li ul li ul li a, #subMenu ul li ul li ul li a:hover {
	font-weight:normal;
	font-size:11px;
	padding:3px 0 3px 11px;
	color:#64A6CF;
	line-height:110%;
}
#subMenu ul li ul li ul li a:hover {
	color:#FFF;
}


/* ******* DISPLAY STATES (HIDDEN vs. VISIBLE) FOR SUBMENUS ******* */

/* make all submenus hidden by default */
#subMenu ul li ul, 
#subMenu ul li ul li ul, 
#subMenu ul li ul li ul, 
#subMenu ul li.tdcSelected ul ul, 
#subMenu ul li.tdcMenuSelected ul ul, 
#subMenu ul li.tdcMenuSubSelected ul ul { 			
	display:none;
}

/*show submenu ul when menu item above ul is selected or subselected*/
#subMenu ul li.tdcMenuSelected ul, 
#subMenu ul li.tdcMenuSubSelected ul, 
#subMenu ul li.tdcMenuSubSelected ul li.tdcMenuSelected ul,
#subMenu ul li.tdcMenuSubSelected ul li.tdcMenuSubSelected ul { 
	display:block;
}



/** *********************************************************************** **/
/** ******************************* FOOTER ******************************** **/
/** *********************************************************************** **/


#footer {
	height:44px;
	width:1024px;
	margin-left:auto;
	margin-right:auto;
	background-color:#428EC0;
	background: url(/images/required/bg_footer_left_menu.jpg);
	background-position:top left;
	background-repeat: no-repeat;
}
#container.home_page #footer {
	background: url(/images/required/bg_footer_home.jpg);
	background-position:top left;
	background-repeat: no-repeat;
}
#container.ecolab #footer {
	background: url(/images/required/bg_footer.jpg);
	background-position:top left;
	background-repeat: no-repeat;
}
.footer_full {
	background:url(/images/page_footer_bg.png) no-repeat;
}
.footer_subnav {
	background:url(/images/page_footer_subnav_bg.png) no-repeat;
}
.footer_home {
	background:url(/images/page_footer_home_bg.png) no-repeat;
}
/* FOOTER MENU ECHOS OUTPUT OF MAIN NAV - BUT ONLY OUTPUTS TOP LEVEL ITEMS */
#footerContent {
	padding:15px 0 5px 0;
	line-height:normal;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
/* Note: Each top-level item is a UL (not an LI within a UL) */
#footerContent ul {
	list-style:none;
	padding:0;
	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 {
	color:#000;
	margin-right:1px;
	margin-left:5px;
	text-decoration:none;
	display:inline-block;
	border-right:solid 1px #000;
	padding-right:10px;
}
#footerContent a:hover {
	color:#666;
}
#footerContent a.tdc_67_a {
	border-right:none;
}