.flo_container {
	display: none;
	position: relative;
	width: 126px;
	border-top: solid 1px #7e693a;
}
	/*
.flo_mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 130px;
	height: 300px;
	clip: rect(0px,130px,300px,0px);
	background-color: #c00;
}
	*/
.flyout {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100px;
	padding: 10px 10px 20px 15px;
	background: url(/img/nav/flyout_bkgd.gif) no-repeat left bottom;
}
.flo_link {
	margin: 0px 0px 4px 0px;
	font-size: 10px;
}
.flo_link a {
	text-decoration: none;
	font-size: 10px;
}
.flo_link a:hover {
	text-decoration: underline;
}
/* ---	rollouts to close the menu */
.flo_n {
	position: absolute;
	top: -100px;
	left: -50px;
	width: 230px;
	height: 50px;
}
.flo_w {
	position: absolute;
	top: -50px;
	left: -50px;
	width: 50px;
	height: 300px;
}
.flo_e {
	position: absolute;
	top: -50px;
	left: 125px;
	width: 50px;
	height: 300px;
}
.flo_s {
	position: absolute;
	left: -50px;
	width: 230px;
	height: 50px;
	margin-top: 20px;
}
.flo_rollout img {
	position: relative;
	width: 100%;
	height: 100%;
}
