/* ================================================================ 
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.
=================================================================== */
#menu {height:132px; width:162px; position:relative;z-index: 1000;}

#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:center; padding:1px 1px 0 1px; width: 150px;}

#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline-block; display:inline;}
#menu ul li a{margin-top: 2px;}
#menu ul ul {position:absolute; left:-9999px; width: 200px;}
#menu ul ul li a{margin-top: 0px;}
#menu ul#toplevel {position:absolute; left:0; top:0;}

#menu a {background:#fff; display:block; font:normal 15px Eurostile,verdana,arial,sans-serif; color:#8B4513; line-height:22px; text-decoration:none; padding:0 20px 0 10px; margin: 0px; } 

#menu ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-1px; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85); opacity: 0.90;}

#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:#e0e0e0;} 
#menu li:hover > a {background:#e0e0e0;}
#menu li a.fly {background: #fff url('imiconmenu.gif') no-repeat right center; }
#menu li a.fly:hover {background:#e0e0e0 url('imiconmenu.gif') no-repeat right center;} 
#menu li:hover > a.fly {background:#e0e0e0 url('imiconmenu.gif') no-repeat right center;}

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


