/* ================================================================ 
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-breadcrumb.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.
=================================================================== */
#menu {height:30px; width:750px; position:relative; left:-385px }

#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; background-color: #f2f2f2; background: -moz-linear-gradient(0% 28% 286deg, rgb(242,242,242), rgb(238,238,238), rgba(200,200,200,0.9) 100%); background: -webkit-gradient(linear, 59% 0%, 71% 100%, from(#EEEEEE), to(#CCCCCC), color-stop(0,#F2F2F2)); }

#menu li {margin:0; padding:0; list-style:none; }
#menu li {display:inline;}
#menu ul ul {position:absolute; left:-9999px;}
#menu ul#toplevel {position:absolute; left:1px; top:1px;}

#menu a {border-bottom: 1px solid #aaa; display:block; font:normal 10px verdana, arial,sans-serif; color:#000; line-height:22px; text-decoration:none;padding:0 20px 0 10px;} 
#menu li a.fly {background: url(/img/arrow.gif) no-repeat right top;}
#menu a.current {padding:0 19px 0 9px; line-height:20px; border:1px solid blue;}

#menu ul li:hover > ul {left:100%; margin-top:-23px;}

#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}

#menu li a:hover {background-color:#000;} /* IE7 emulation doesn't line #fff - go figure */
#menu li:hover > a {background-color:#aaa;} /* IE7 emulation doesn't line #fff - go figure */

#menu table {position:absolute; right:0; border-collapse:collapse; margin-top:-5px;}
