/*
@author	Richter, Aaron M
@filename	bigfresh_menu_div.css
@date	04NOV2009
*/

#home,#conferences,#pubs,#education,#member,#industry,#careercenter,#newsroom 
{
	position: absolute;
	visibility: hidden;
	padding: 10px;
	z-index: 9999;
}

.navtext
{
	min-width:150px;
	font-size:10pt;
	font-family:verdana;
	border-width:0px;
	background-color:#000000;
	color:white;
	filter:alpha(opacity=85);
	-moz-opacity: 0.85; 
	opacity: 0.85; 
}

#navtable td
{
	width: 175px;
	background: #000;
}
