/*------------------------------------
	Flyout menu
------------------------------------*/

#Nav1, 
#Nav1 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;	
	line-height: 1;	
}

#Nav1 a {	
	display:block;
}

#Nav1 li { /* all list items */	
	float: left;		
}

#Nav1 li ul { /* second-level lists */
	position: absolute;	
	width: 128px;
	left: -999em;
	z-index: 1000;	
}

#Nav1 li ul li { /* second-level lists */	
	width: 128px;
	background-image: none;
	white-space: normal;	
}

#Nav1 li ul li a { /* second-level lists */	
	width: 128px;
	height: auto;
	background-image: none;
	line-height: normal;	
	padding: 10px 0px 5px 0px;
	border-bottom: 1px solid #ccc;
	background-color: #c2c2c2;	
}

#Nav1 li ul li a:hover  { /* second-level lists */	
	width: 128px;
	background-image: none;
	color: #555;
}

#Nav1 li:hover ul, 
#Nav1 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;	
}

#Nav1 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);
	margin-left: 3px;
}
