/* ================================================================ 
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; margin:10px 0px 0px 10px; list-style:none; width:160px; padding:0;}
#flyout ul {padding:0px; margin:0; list-style:none; height:auto; position:absolute; left:-9999px; top:-2px; z-index:20;}
#flyout table {border-collapse:collapse; width:0; height:0; margin:-1px -10px; z-index:20;}

#flyout li {background-position:0 0; float:left; margin: 0 0 10px 0; z-index:20; background:url(../images/btn-bg.gif) repeat-x; border:#5a626f none 0px; padding: 0;/* padding:.3em 0 .3em 5px;*/}
#flyout li a {display:block; float:left; width:160px; height:25px; background:url(../images/btn-bg.gif) repeat-x; color:#ffffff; line-height:25px; text-decoration:none; text-indent:10px; z-index:20;}
#flyout li a.fly {background:url(right-arrow.gif) no-repeat right center; z-index:20;}

#flyout li:hover {position:relative; background-position:0 -25px; z-index:20; /*border-left: 5px solid  #006ab2;*/ /*padding: .3em 0 .3em 0px;*/}
#flyout li a:hover {position:relative; background-position:0 -25px; color:#fff; z-index:20;}
#flyout li:hover > a { z-index:20;}

#flyout ul li a {z-index:20;}
#flyout ul li a.fly {background: url(right-arrow.gif) no-repeat right center; z-index:200; z-index:20;}
#flyout ul ul li a {color:#fff; z-index:20;}
#flyout ul ul li a.fly {background:#fae2c8 url(right-arrow.gif) no-repeat right center; color:#fff; z-index:200; z-index:20;}
#flyout ul ul ul li a { z-index:20;}

#flyout li a.current,
#flyout ul li a.current,
#flyout ul ul li a.current,
#flyout ul ul ul li a.current { z-index:200; z-index:20;}

#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul { margin:1px 0 0 0; left:140px; z-index:20;}

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {left:-9999px; z-index:20;}

#flyout ul li:hover > a { background-position:0 -25px; z-index:20;}
#flyout ul ul li:hover > a { background-position:0 -25px; z-index:20;}
