@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	padding: 0;
	list-style-type: none;
	cursor: default;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	width: 21em;
	margin-left: auto;
	margin-right: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	font-size: 0.9em;
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
	background-image: url(../images/graphic_menu_divider.png);
	background-position: right 3px;
	background-repeat: no-repeat;
	padding-top: 3px;
	padding-right: 0.15em;
	padding-bottom: 0;
	padding-left: 0.15em;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	list-style-type: none;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
	margin-top: -2px;
	padding: 0.9em;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: solid;
	border-top-color: #D0F3FF;
	border-right-color: #AED9E9;
	border-bottom-color: #AED9E9;
	border-left-color: #D0F3FF;
	background-color: #FFFFFF;
	background-image: url();
	background-repeat: repeat-x;
	background-position: top;
	filter: alpha(opacity=96);
	opacity: 0.96;
	-moz-opacity: 0.96;
	width: 17em;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 95%;
	background-image: none;
	float: none;
	clear: both;
	padding-right: 1%;
	padding-left: 1%;
	padding-bottom: 1em;
	padding-top: 1em;
	margin-right: 2%;
	border-bottom: 1px solid #ccc;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin-top: -5%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible a {
	font-size: 1em;
}
/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{

}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a, ul.MenuBarHorizontal a:link, ul.MenuBarHorizontal a:visited
{
	display: block;
	cursor: pointer;
	color: #006699;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0.75em;
	padding-bottom: 0.5em;
	padding-left: 0.75em;
	font-size: 0.85em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	color: #003366;
	text-decoration: underline;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	/* text-decoration: underline; */
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		/* background: #FFF; */
	}
}
#Laboratory ul {
	/* Mozilla requires explicit call for width, rather than allowable max-width, when using floats. */
	width: 32em;
}
ul.MenuBarHorizontal #Laboratory ul li {
	float: left;
	clear: none;
	width: 45%;
}
#ToxictyTesting ul {
}
ul.MenuBarHorizontal #ToxictyTesting ul li {
}
#Downloads ul {
}
ul.MenuBarHorizontal #Downloads ul li {
}
#MenuBar1 li ul li a,
#MenuBar1 li ul li a:link,
#MenuBar1 li ul li a:active,
#MenuBar1 li ul li a:visited
{
	color: #000;
	font-weight: normal;
	padding: 0;	
}

#MenuBar1 li ul li a:hover
{
	color: #7cb7cc;
	text-decoration: none;
}
.LeftMenuItem {
	background-image: url(../images/graphic_menu_divider.png);
	background-repeat: no-repeat;
	background-position: -1px 1px;
}
.MenuBarSubmenuVisible p {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 110%;
	background-color: #DCEAEF;
	padding: 2%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	width: 95%;
}
