/* ================================================================ 
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:right; padding:0; margin:3px 0 0 0; list-style:none; position:relative; width:130px;}
#flyout ul {padding:0; margin:0; list-style:none; width:130px; height:auto; background: url(../grafik/trans.gif); position:absolute; left:-9999px; top:0;}
#flyout table {border-collapse:collapse; width:0; height:0; margin:-1px -10px;}

#flyout li {float:left; margin-bottom:1px;}
#flyout li a {display:block; float:left; text-align:right; width:120px; height:20px; background:#ABCBD6; color:black; line-height:20px; font-size:11px; text-decoration:none; padding-right:10px;}
#flyout li a.fly {background:#ABCBD6 url(left-arrow.gif) no-repeat left center;}

#flyout li:hover {position:relative;}
#flyout li a:hover {position:relative; background-color:#649CB2; color:white;}
#flyout li:hover > a {background-color:#649CB2; color:#fff;}

#flyout ul li a {background:#C2D9E1;}
#flyout ul li a.fly {background:#C2D9E1 url(../grafik/left-arrow.gif) no-repeat left center}
#flyout ul ul li a {background:#E1EDF0;}
#flyout ul ul li a.fly {background:#E1EDF0 url(../grafik/left-arrow.gif) no-repeat left center;}
#flyout ul ul ul li a {background:#E1EDF0;}

#flyout li a.current,
#flyout ul li a.current,
#flyout ul ul li a.current,
#flyout ul ul ul li a.current {background-color:#649CB2; color:black;}

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

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

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