#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	width : 738px;
	z-index:100;
	height:25px;
	background: #002967;
	float: right;
	}
#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;
	}
/* // Code to fix IE7 */
	
#nav li a {
	display : block;
	color : #FFFFFF;
	text-decoration: none;
	text-align: center;
	/* padding for either side of nav button */
	padding:0 9px 0;
	font-size:12px;
	line-height:29px;
	font-family:Arial, Helvetica, sans-serif;	
	border-right: solid #8A9FB8 1px;
	}
#nav li li a {
		border-right: none;
		}

#nav li.sfhover a, #nav li:hover a {
	background: #234789;
	}
/* drop down */
#nav li li a {
	width:120px;
	text-align:left;
	line-height: 25px;
	}
#nav li .wide a {
	width: 205px;
	}
#nav li .med a {
	width: 140px;
	}	
#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: #234789;
	line-height: 25px;
	}	
#nav li.sfhover li a, #nav li:hover li a {
	color: #002967;
	background-color: #D8E2F5;
	}
	
/*#nav .pixel a {
	padding: 0 10px 0;
	}*/
#nav .last_but a {
	border-right:none;
	padding: 0 8px 0;	
	}	
