div#sfnav {height:25px; width:760px; background:#ddd url(../../images/metallicbg.jpg)}

div#sfnav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

div#sfnav li { /* all list items */
	background:#ddd url(../../images/metallicbg.jpg) center top;
	float: left;
	position: relative;
	width: 107px;
	text-align:center;
	font:11px tahoma, verdana, arial, sans-serif;
}


div#sfnav li.one { /* first top list item only */
	background:#ddd url(../../images/metallicbg.jpg) left top;}



div#sfnav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 25px;
	left: 0;
	text-align:left;
	font:11px tahoma, verdana, arial, sans-serif;
}

div#sfnav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

div#sfnav li:hover ul, div#sfnav li.over ul { /* lists nested under hovered list items */
	display: block;
}


	
/* TOP LEVEL CONTROLLERS  */	
	
div#sfnav li.top {
	height:25px;
	line-height:25px;
	}	

div#sfnav li.top a:link, li.top a:visited {
	display:block;
	font:11px tahoma, verdana, arial, sans-serif;
	color:#333;
	text-decoration:none;
	line-height:25px;
	}

div#sfnav li.top a:hover {
	color:#000;
	font-weight:bold;

	
	}

	



/* DROP DOWN CONTROLLERS  */	

/* opacity control for dropdowns */
div#sfnav ul.opac {
/*	opacity: .85;
	filter: alpha(opacity=85); */
	}

/* color and font size control for drop downs */	
div#sfnav ul.opac li a:link, div#sfnav ul.opac li a:visited {
	display:block;

/*	background-color:#A5904F; */
	background-color:#efefef;

	padding:7px 0 7px 5px;
	text-align:left;
	font:11px tahoma, verdana, arial, sans-serif;
	border:1px solid white;
	border-top:0;
	color:#333;
	}		

/* color and font size control for drop downs on hover */		
div#sfnav ul.opac li a:hover {
	background-color:#605229;
	color:white;
	}	

div#sfnav ul.opac li {
	}