.transOFF {width: 100%; background-color: silver;border:1px solid black; }
.transON {width: 100%; background-color: silver;opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.5;border:1px solid black; }
.trans25 {width: 100%; background-color: silver;opacity:.25;filter: alpha(opacity=25); -moz-opacity: 0.25;border:1px solid black; }
.trans75 {width: 100%; background-color: silver;opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75;border:1px solid black; }


#navcontainer ul {position:relative; z-index:100; padding:5px 10px;}



/* ****  NEW MENU **** */

#navcontainer {
	width: 450px !important;
	height: 25px;
	background-color: #70c026;
	padding: 0px;
	position:relative;
	z-index:10004;
}

#nav, #nav ul { 
	
	background: transparent;
	padding: 0px;
	margin: 0px;
	list-style: none;
	width:450px;
	height: 25px;
}

.sfborder {
	border-right: 1px solid #fff;
}

#nav a {
	background: transparent;
	display: block;
	width: 11em;
	padding: 5px 0px 5px 0px;
	margin: 0px;
	font-size:9pt;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	font-family: Arial, Helvetica;
	}

	#nav a:hover {
	background: transparent;
	font-size:9pt;
	color: #fff;
	display: block;
	width: 11em;
	padding: 5px 0px 5px 0px;
	margin:0px;
	font-weight: 700;
	text-decoration: none;
	font-family: Arial, Helvetica;
	}
	
#nav li a {
	width:100%;
}
#nav li a:hover {
	width:100%;
}



#nav li { /* all list items */
	background: transparent;
	float: left;
	width: 13em; /* width needed or else Opera goes nuts */
	text-align: center;
	height: 100%;
	display:block;
	padding: 0px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	color: #ddd;
	width: 17em;
	margin-top: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

#nav li ul li {
	background-image: url(/images/common/menu_opac-background.png);
	padding-top: 1px;
	margin: 0px;
	width: 100%;
	height: auto;
}
	
#nav li ul li a { /* second-level lists */
	width:98%;
	padding: 2px 0px 2px 5px;
	margin:0px;
	text-align:left;
	font-size: 9pt;
	color: #000;
	font-weight: bold;
	
	}
#nav li ul li a:hover { /* second-level lists */
	background-color: #70c026;
	width:98%;
	padding: 2px 0px 2px 5px;
	margin: 0px;
	font-size: 9pt;
	text-align:left;
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	
	}
.section { 
	text-align:left;
	display: block;
	width: 100%;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 1px;
	margin: 0px;
	color: #fff;
	}
.section_link {
	padding-left: 10px;
	margin-right:10px; 
	}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	
}

#nav li.sfhover ul { margin-left: -68px; }
/* Support for the "iehover-fix.js" */

* html ul.nav iframe {
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */