/* Fallback stylesheet for browsers without Javascript to use at least use
 * :hover to make the menus work, albeit without the delay we're going to use
 * in JS. */

#header_nav li:hover ul, #header_nav li:active ul, #header_nav li:focus ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 13;
}

#other_sites li:hover div, #other_sites li:active div, #other_sites li:focus div {
	display: block;
	position: absolute;
	z-index: 13;
}

#product_types li:hover ul, #product_types li:active ul, #product_types li:focus ul {
	display: block;
	z-index: 13;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 134px;
	bottom: 0;
}

#product_types li ul li:hover ul, #product_types li ul li:active ul, #product_types li ul li:focus ul {
	display: block;
	z-index: 13;
	position: absolute;
	left: 100%;
	top: auto;
	bottom: auto;
	margin-top: -56px;
}

#tooltips {
	display: block;
	border-top: solid 1px rgb(96, 106, 116);
	padding-top: 12px;
}

#tooltips:before {
	font-size: 16px;
	font-weight: bold;
	display: block;
	padding-bottom: 16px;
	content: "Glossary";
}

.tooltip_content {
	border: none;
	color: black;
	background: transparent;
	margin: 0;
	padding: 6px 0 6px 0;
	border-top: solid 1px rgb(96, 106, 116);
}

