.nav_assay_container
{
	position: absolute;
}

#nav_assay, #nav_assay ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
}

#nav_assay ul, .nav_assay_container {
	border-left: 1px solid #86AFD2;
}

#nav_assay li a {
	display: block;
	width: 28em;
	padding: 10px;
	background: #A39568;
	color: #1E2A66;
	border-bottom: 1px solid #86AFD2;
	border-right: 1px solid #86AFD2;
}

#nav_assay li a:hover {
	background: #8B8376;
	color: #FFFFFF;
}

#nav_assay li { /* all list items */
	float: left;
	width: 28em; /* width needed or else Opera goes nuts */
}

#nav_assay li ul { /* second-level lists */
	position: absolute;
	width: 28em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav_assay li:hover ul, #nav_assay li.sfhover ul { /* lists nested under hovered list items */
	left: -1px;
}



.nav_contact_container
{
	position: absolute;
	margin-left: 400px;
}

#nav_contact, #nav_contact ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav_contact ul, .nav_contact_container {
	border-left: 1px solid #86AFD2;
}

#nav_contact li a {
	display: block;
	width: 20em;
	padding: 10px;
	background: #A39568;
	color: #1E2A66;
	border-bottom: 1px solid #86AFD2;
	border-right: 1px solid #86AFD2;
}

#nav_contact li a:hover {
	background: #8B8376;
	color: #FFFFFF;
}

#nav_contact li { /* all list items */
	float: left;
	width: 20em; /* width needed or else Opera goes nuts */
}

#nav_contact li ul { /* second-level lists */
	position: absolute;
	width: 20em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav_contact li:hover ul, #nav_contact li.sfhover ul { /* lists nested under hovered list items */
	left: -1px;
}
