/* ================================================================ 
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 {float:left; padding:0; margin:3px 0 0 0; list-style:none; position:relative; width:180px;}
#flyout ul {
	padding:0px 0px 0px 65px;
	margin:0;
	list-style:none;
	width:auto;
	height:auto;
	background:url(../images/trans.gif);
	position:absolute;
	left:-9999px;
	top:0;
	list-style-image:none;
	z-index:1000;
}
#flyout table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#flyout li {float:left; margin-bottom:1px; list-style-image:none; }
#flyout li a {
	display:block;
	float:left;
	width:130px;
	height:24px;
	color:#000;
	line-height:24px;
	text-decoration:none;
	text-indent:10px;
	list-style-image:none;
	background-color: #53aed4;
	width:180px;
}
#flyout li a.fly {
	background-color: #53aed4;
	background-image: url(../images/right-arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#flyout li:hover {position:relative;}
#flyout li a:hover {position:relative; background-color:#0079c2; color:#fff;}
#flyout li:hover > a {background-color:#0079c2; color:#fff;}

#flyout ul li a {	background: #dfab38;
}
#flyout ul li a.fly {background:#53aed4 url(../images/right-arrow.gif) no-repeat right center;}
#flyout ul ul li a {
	background-color: #53aed4;
}
#flyout ul ul li a.fly {background:#53aed4 url(../images/right-arrow.gif) no-repeat right center;}
#flyout ul ul ul li a {background:#53aed4;}

#flyout li a.current,
#flyout ul li a.current,
#flyout ul ul li a.current,
#flyout ul ul ul li a.current {background-color:#0079c2; 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:#0079c2; color:#fff;}
#flyout ul ul li:hover > a {background-color:#0079c2; color:#fff;}
