/* ================================================================ 
This copyright notice must be untouched at all times.

Originally named 'flyout_one.css'

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 { background-color: #FFCC33; white-space:nowrap;float:left; padding:0; margin:0 0 0 0; /* changed top margin from 3px */ list-style:none; position:relative; width:130px; text-transform:capitalize}
#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 table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#flyout li {white-space:nowrap;float:left; margin-bottom:1px;}
#flyout li a {display:block; float:left; width:130px; height:24px; background:#CCCCCC; color: #666666; line-height:24px; font-family:arial, sans-serif; font-size:11px; text-decoration:none; text-indent:10px;}
#flyout li a.fly {background:#999999 url(/images/right-arrow.gif) no-repeat right center; color: #FFF}

#flyout li:hover {position:relative;}
#flyout li a:hover {position:relative; background-color: #FF0000; color: #FFFF66;}
#flyout li:hover > a {background-color: #FF0000; color: #FFFF66;}

#flyout ul li a {background:#CCCCCC;}
#flyout ul li a.fly {background: #999999 url(/images/right-arrow.gif) no-repeat right center;}
#flyout ul ul li a {background:#CCCCCC;}
#flyout ul ul li a.fly {background:#999999 url(/images/right-arrow.gif) no-repeat right center;}
#flyout ul ul ul li a {background:#CCCCCC;}

body#home a#navHome,
body#OLE a#navOLE,
body#regatta a#navRegatta,
body#raceMap a#navRaceMap,
body#raceDOC a#navRaceDOC,
body#contacts a#navContacts,
body#events a#navEvents,
body#training a#navTraining,
body#newsArch a#navNewsArch,
#flyout li a.current,
#flyout ul li a.current,
#flyout ul ul li a.current,
#flyout ul ul ul li a.current {background-color: #FF0000; color: #FFFF66;}

#flyout :hover ul,
#flyout :hover ul :hover ul,
#flyout :hover ul :hover ul :hover ul { background-color:#FFCC33; left:120px;}

#flyout :hover ul ul,
#flyout :hover ul :hover ul ul {left:-9999px;}

#flyout ul li:hover > a {background-color: #FF0000; color: #FFFF66;}
#flyout ul ul li:hover > a {background-color: #FF0000; color: #FFFF66;}
