/* ================================================================
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:132px;*/ position:relative;z-index:999;} /*add higher z-index to parent element for ie fix conflict with shadow js*/
#menu ul {margin:0; padding:0; list-style:none; white-space:nowrap; text-align:left; padding:1px 1px 0 1px; background:#fff;}
#menu li {margin:0; padding:0; list-style:none;}
#menu li {display:inline-block; display:inline;}
#menu ul ul {position:absolute; left:-9999px; background:rgb(241,241,241);border:1px solid rgb(175,175,175);}/*2nd level and beyond*/
#menu a {display:block; font: normal 15px verdana,arial,sans-serif; color:rgb(0,63,125); line-height:22px; text-decoration:none;padding:0 20px 0 10px;}
#menu ul li:hover > ul {left:100%; margin-top:-23px; margin-left:-1px;}
#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:rgb(0, 52, 102); color:#fff;}
#menu li:hover > a {background:rgb(0, 52, 102); color:#fff;}
