#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	margin-top: 4px;
	height:25px;
	list-style: none;
	background: url(assets/navigation/standard.gif) repeat-x;
	width: 684px;
	font-weight: bold;
	}
#nav li { /* all list items */
	float: left;
	}
#nav li ul { /* second-level lists */
	position:absolute;
	left: -999em;
	width:120px;
	}
	
/* Code to fix IE7 */
#nav li li { /* Stops second level LI's from floating next to each other */
	float: none;
	width: auto;
	}
#nav li ul { /* second-level lists */
	position:absolute;
	left: -999em;
	height: auto;
	float: left;
	width: auto;
	margin-top: 0;
	border-top: 4px solid #1D4566;
	}
/* // Code to fix IE7 */
	
#nav li a {
	display : block;
	color : #FFFFFF;
	text-decoration: none;
	text-align: center;
	/* padding for either side of nav button */
	font-size:11px;
	line-height:25px;
	font-family:Arial, Helvetica, sans-serif;
	width: 114px;
	}
#nav li li a {
	background: #1D4566;
	padding: 5px;
	}

#nav li.sfhover a, #nav li:hover a {
	color: #FFFFFF;
	background: url(assets/navigation/standard-o.gif) repeat-x;
	} 
	
/* drop down */
#nav li li a {
	width:140px;
	text-align:left;
	line-height: 20px;
	}
#nav li .wide a {
	width: 230px;
	}
#nav li .med a {
	width: 180px;
	}	
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	/* opacity for IE, FF and Opera */
/*	filter: Alpha(Opacity=95);
	-moz-opacity:.95;
	opacity: 0.95; */
	}
	
#nav li ul li a:hover {
	color: #FFFFFF;
	background: #F69D19;
	line-height: 20px;
	}	
#nav li.sfhover li a, #nav li:hover li a {
	color: #FFFFFF;
	background: #1D4566;
	}
#nav .last_but a {
	background: no-repeat;
	}	
