/* ================================================================ 
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: 150px;
}

#flyout ul {
	padding: 0 10px 0 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;
}

#flyout li a {
	display: block;
	float: left;
	width: 170px;
	height: 28px;
}

#flyout li a.fly {
}

#flyout li:hover {
	position: relative;
}

#flyout li a:hover {
	position: relative;
	color: #fff;
}

#flyout li:hover > a {
	color: #fff;
}

#flyout ul {
	background: url(../_img/flyout-bgnd.png) no-repeat;
	padding-top: 12px;
	width: 180px;
}

#flyout ul li a {
	padding-left: 25px;
}

#flyout ul li a.fly {
}

#flyout ul ul li a {
}

#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 {
	font: 12pt "Lucida Grande", Lucida, Verdana, sans-serif;
	text-decoration: none;
}

#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul {
	left: 150px;
	top: 10px;
}

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {
	left: -9999px;
}

#flyout ul li:hover > a {
	color: #fff;
}

#flyout ul ul li:hover > a {
	color: #fff;
}
