/* ================================================================ 
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.cssplay.co.uk/menus/latest-flyout.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#menuflyout { width:235px; padding-left: 20px; background: transparent; position:relative;}

#menuflyout ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:1px 1px 0 1px; background:#dbdbdb;}

#menuflyout li {margin:0; padding:0; list-style:none;}
#menuflyout li {display:inline;}
#menuflyout ul ul {position:absolute; left:-9999px;}
#menuflyout ul#toplevel {position:absolute; left:0; top:0;}

#menuflyout a {display:block; font:normal 12px Arial, Helvetica, sans-serif; color:#666; line-height:30px; text-decoration:none;padding:0 20px 0 10px;} 
#menuflyout li a.fly {background: url(anywidth/arrow.gif) no-repeat right top;}

#menuflyout li a:hover {background-color:#b0b0b0; color:#F00;} 
#menuflyout li:hover > a {background-color:#b0b0b0; color:#F00;}

#menuflyout ul li:hover > ul {left:100%; margin-top:-31px; margin-left:-1px;}

#menuflyout a:hover ul,
#menuflyout a:hover a:hover ul, 
#menuflyout a:hover a:hover a:hover ul {left:100%;}
#menuflyout a:hover ul ul, 
#menuflyout a:hover a:hover ul ul {left:-9999px;}

#menuflyout table {position:absolute; left:99%; height:0; width:0; border-collapse:collapse; margin-top:-7px; margin-left:-1px;}
