/* ================================================================ 
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;
	list-style:none;
	position:relative;
	width:160;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #FFFFFF;
}
#flyout ul {
	padding:0;
	margin:0;
	list-style:none;
	width:160px;
	height:auto;
	position:absolute;
	left:-9999px;
	top:0;
}
#flyout table {
	border-collapse:collapse;
	width:0;
	height:0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#flyout li {float:left; margin-bottom:1px;}
#flyout li a {
	display:block;
	float:left;
	width:160px;
	height:30px;
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	text-decoration:none;
	background-color: #EDEDED;
	text-align: left;
	padding-left: 5px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#flyout li a.fly {
	background-color: #EDEDED;
}

#flyout li:hover {position:relative;}
#flyout li a:hover {
	position:relative;
	background-color:#D4D4D4;
	color:#333;
}
#flyout li:hover > a {
	background-color:#D4D4D4;
	color:#333;
}

#flyout ul li a {
	background-color: #CCC;
}
#flyout ul li a.fly {
	background-color: #D4D4D4;
}
#flyout ul ul li a {
	background-color: #D4D4D4;
}
#flyout ul ul li a.fly {
	background-color: #EDEDED;
	background-position: right center;
}
#flyout ul ul ul li a {
	background-color: #D4D4D4;
}

#flyout li a.current,
#flyout ul li a.current,
#flyout ul ul li a.current,
#flyout ul ul ul li a.current {
	background-color:#c40;
	color:#333;
}

#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul {left:155px;}

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {left:-9999px;}
#flyout ul ul li:hover > a{
	background-color:#e60;
	color:#333;
}
#flyout ul ul li:hover > a {
	background-color:#e60;
	color:#333;
}

