/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#flyout {
	padding:0;
	list-style:none;
	position:relative;
	width:210px;
	margin-top: 9px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
	float: left;
}
#flyout ul {
	padding:0;
	margin:0;
	list-style:none;
	width:200px;
	height:auto;
	background: url(trans.gif);
	position:absolute;
	left:-9999px;
	top:0;
}
#flyout table {
	border-collapse:collapse;
	width:0;
	height:0;
	margin-top: -1px;
	margin-right: -10px;
	margin-bottom: -1px;
	margin-left: -10px;
}

#flyout li {float:left; margin-bottom:1px; height:35px; z-index:9999;}
#flyout li a {
	display:block;
	float:left;
	width:232px;
	height:35px;
	background:#d6d6d6;
	color:#000;
	line-height:35px;
	font-family:arial, sans-serif;
	font-size:13px;
	text-decoration:none;
	text-indent:10px;
}
#flyout li a.fly {
	background-color: #d6d6d6;
	background-image: url(right-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#flyout li:hover {
	position:relative;

}
#flyout li a:hover {position:relative; background-color:#000; color:#fff; }
#flyout li:hover > a {background-color:#000; color:#fff;}

#flyout ul li a {background:#d6d6d6;}
#flyout ul li a.fly {background:#d6d6d6 url(right-arrow.gif) no-repeat right center;}
#flyout ul ul li a {background:#ccc;}
#flyout ul ul li a.fly {background:#ccc url(right-arrow.gif) no-repeat right center;}
#flyout ul ul ul li a {background:#ddd;}

#flyout li a.current,
#flyout ul li a.current,
#flyout ul ul li a.current,
#flyout ul ul ul li a.current {
	background-color:#e60;
	color:#fff;
}

#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul {
	left:232px;
}

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {
	left:-9999px;
}

#flyout ul li:hover > a {background-color:#000; color:#fff;}
#flyout ul ul li:hover > a {background-color:#000; color:#fff;}
