/* ================================================================ 
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:10px; margin:0px 0px 0px 0px; list-style:none; border: 1px solid #e5e5e5; background:#fae2c8; width:153px;}
#flyout ul {padding:0px; margin:1px 0px 0px 0px; list-style:none; width:153px; height:auto; background:#fae2c8; 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 {float:left; margin-bottom:0px; margin-top:1px; z-index:20;border-bottom: 1px dashed #9f9f9f; padding:.3em 0 .3em 5px;}
#flyout li a {display:block; float:left; width:143px; height:22px; background:#fae2c8; color:#555555; line-height:22px; font-family:arial, sans-serif; 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; z-index:20; border-left: 5px solid  #006ab2; padding: .3em 0 .3em 0px;}
#flyout li a:hover {position:relative; color:#555555; z-index:20;}
#flyout li:hover > a {color:#006ab2; z-index:20;}

#flyout ul li a {z-index:20;}
#flyout ul li a.fly {background:#fae2c8 url(right-arrow.gif) no-repeat right center; z-index:200; z-index:20;}
#flyout ul ul li a {color:#555555; z-index:20;}
#flyout ul ul li a.fly {background:#fae2c8 url(right-arrow.gif) no-repeat right center; color:#5172c8; 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 {color:#555555; z-index:200; z-index:20;}

#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul {left:140px; border: 1px solid #e5e5e5; z-index:20;}

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {left:-9999px; z-index:20;}

#flyout ul li:hover > a { color:#555555; z-index:20;}
#flyout ul ul li:hover > a {color:#555555; z-index:20;}
