﻿#flyout {
	float: left;
	padding: 10;
	margin: 10px;
	position: relative;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	left: 0px;
	clip: rect(20px, 20px, auto, auto);
	white-space: nowrap;
	line-height: 25px;
}
#flyout ul {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 150px;
	height: auto;
	background: url("../trans.gif");
	position: absolute;
	left: -9999px;
	top: 0;
}
#flyout table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#flyout li {float:left; margin-bottom:1px;}
#flyout li a {
	display: block;
	float: left;
	width: 200px;
	height: 24px;
	background: #99CCFF;
	color: #000;
	line-height: 24px;
	font-family: arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
}
#flyout li a.fly {background:#99CCFF url("../right-arrow.gif") no-repeat right center;}

#flyout li:hover {position:relative;}
#flyout li a:hover {
	position: relative;
	background-color: #000080;
	color: #fff;
}
#flyout li:hover > a {
	background-color: #000080;
	color: #fff;
}
#flyout ul li a {
	background: #99CCFF;
	color: #000080;
	font-style: italic;
}
#flyout ul li a.fly {background:#99CCFF url("../right-arrow.gif") no-repeat right center;}
#flyout ul ul li a {background:#99CCFF;}
#flyout ul ul li a.fly {background:#99CCFF url("../right-arrow.gif") no-repeat right center;}
#flyout ul ul ul li a {background:#99CCFF;}

#flyout li a.current,
#flyout ul li a.current,
#flyout ul ul li a.current,
#flyout ul ul ul li a.current {
	background-color: #99CCFF;
	color: #fff;
}

#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul {left:120px;}

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {left:-9999px;}

#flyout ul li:hover > a {
	background-color: #000080;
	color: #fff;
}
#flyout ul ul li:hover > a {
	background-color: #000080;
	color: #fff;
}

