/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/anywidth-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 {width:200px; height:400px; margin:0 auto auto 40px;}

#menu ul {position:relative; margin:0; list-style:none; white-space:nowrap; text-align:left; background:url(/images/opaque.gif); padding:1px 1px 0 1px;}
#menu li {margin:0; padding:0; list-style:none; border-bottom:1px solid #ddd;}
#menu ul.top-level {float:left; width:130px; margin-top:50px;}
#menu ul ul {position:absolute; left:-9999px; visibility:hidden;}
#menu ul.flyout {top:22px;} 
#menu ul ul ul {left:100%; margin-top:-23px; margin-left:0;}

#menu li.top-level-li {float:left;}
#menu a.top-level-a {float:left; width:138px; padding:0 20px 0 7px;} 

#menu a {display:block; font:normal 11px verdana,arial,sans-serif; color:#000; line-height:22px; text-decoration:none;padding:0 20px 0 10px;} 

#menu li:hover {position:relative;}
#menu li:hover > ul {visibility:visible; left:100%;}
#menu li.top-level-li:hover > ul {top:-1px;}

#menu a.top-level-a:hover {position:relative;}
#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {left:100%; visibility:visible;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {left:-9999px;}

#menu li a:hover {background:#868ea1;} 
#menu li:hover > a {background:#868ea1;}
#menu li a.fly {background: url(/images/arrow.gif) no-repeat right top;}
#menu li a.fly:hover {background:#868ea1 url(/images/arrow.gif) no-repeat right top;} 
#menu li:hover > a.fly {background:#868ea1 url(/images/arrow.gif) no-repeat right top;}


#menu table {position:absolute; top:-23px; left:99%; border-collapse:collapse; margin-left:-1px;}
#menu table table {top:auto; right:0;}
#menu table table ul {margin-top:-7px;}