#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	height:30px;
	list-style: none;
	background: #004766;
	float: left;
	font-weight: bold;
	font-size: 11px;
	
	}
	
#nav li { /* all list items */
	float: left;
	}
#nav li ul { /* second-level lists */
	position:absolute;
	left: -999em;
	width:120px;
	z-index: 100;
	}
	
/* 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: 1px solid white;

	}
/* // 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 09px 0;
	font-size:11px;
	line-height:31px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(assets/layout/menu_break.gif) no-repeat right center;
	
	}
#nav li li a {
	background: none;
		}
		

#nav li.sfhover a, #nav li:hover a {
	color: #62C0E9;
	} 
	
/* drop down */
#nav li li a {
	width:140px;
	text-align:left;
	line-height: 25px;
	}
#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: #002730;
	line-height: 25px;
	}	
#nav li.sfhover li a, #nav li:hover li a {
	color: #FFFFFF;
	background-color: #004766;
	}
	
	
/*#nav .pixel a {
	padding: 0 10px 0;
	}*/
#nav .last_but a {
	background: none;
	/*padding: 0 8px 0;	*/
	}	