/* ================================================================ 
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:0; list-style:none; height: 205px;height:auto }
#flyout ul {padding:0; margin:0; list-style:none; height:auto; position:absolute; left:-9999px; top:0;}
#flyout table {border-collapse:collapse; width:0; height:0; }

#flyout li { float:left; background: url(../images/bg_subpage_menu_arrow.png) no-repeat right; }
#flyout li a { display:block; float:left; color:#777; line-height: 24px; font-family:arial, sans-serif; font-size: 12px; text-decoration: none; text-indent: 10px;}
#flyout li a.fly {}

#flyout li:hover {position:relative;}
#flyout li a:hover { position:relative; background: #dff1f8; }
#flyout li:hover > a { background: url(../images/bg_subpage_menu_arrow.png) no-repeat right #dff1f8; }

#flyout ul li a { background: url(../images/bg_flyout.png) repeat; color: #fff; }
#flyout ul li a.fly { background:#aaa url(right-arrow.gif) no-repeat right center;}
#flyout ul ul li a { background: #3d99bc; }
#flyout ul ul li a.fly {background: #3d99bc url(right-arrow.gif) no-repeat right center;}
#flyout ul ul ul li a {background:#3d99bc;}

#flyout li a.current,
#flyout ul li a.current,
#flyout ul ul li a.current,
#flyout ul ul ul li a.current { background-color:#3d99bc; color:#fff;}

#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul { top: -1px; left: 256px; }

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {left:-9999px;}

#flyout ul li:hover > a { background: #3686a5; color: #fff; }
#flyout ul ul li:hover > a { background: #3686a5; color: #fff; }
