
/* ================================================================ 
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:15px 0;
	list-style:none;
	position:absolute;
	width:245px;
	top:136px;
	height:235px;
	background:#6a141c;
	z-index:20;
	left:0;
}

#flyout ul {
	padding:0;
	margin:0;
	list-style:none;
	width:130px;
	height:auto;
	background: url(../images/trans.gif);
	position:absolute;
	left:-9999px;
	top:0;
}

#flyout ul.naviSub li a{
	width:260px;
	background:#6a141c url(../images/arrow_nav.png) no-repeat center left;
	padding:0 0 0 30px;
}

#flyout table {
	width:0;
	height:0;
	margin:-1px -10px;
}

#flyout li {
	float:left;
}

#flyout li a {
	display:block;
	width:215px;
	height:30px;
	color:#fff;
	line-height:24px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	background:url(../images/arrow_nav.png) no-repeat center left;
	padding:0 0 0 30px;
}

#flyout li:hover {
	position:relative;
}

#flyout li a:hover {
	background-color:#93353e;
}

#flyout li:hover > a {
	background-color:#93353e;
	color:#fff;
}

#flyout ul li a {
	background:#6a141c;
}

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

#flyout ul ul li a {
	background:#6a141c;
}

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

#flyout ul ul ul li a {
	background:#6a141c;
}

#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:#fff;
}

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

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

#flyout ul li:hover > a {
	background-color:#93353e;
	color:#fff;
}

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