/* ======================================================
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/flyout_4level.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
========================================================= */
.menu { margin: 10px; height: 100px; }
.menu ul { margin: 0pt; padding: 0pt; position: relative; z-index: 500; list-style-type: none; width: 11em;  }
.menu li { background-color:#fff; background-color: transparent; float: left; }
.menu li.sub { background-color:#fff; background-color: transparent; }
.menu table { position: absolute; border-collapse: collapse; top: 0pt; left: 0pt; z-index: 100; font-size: 1em; margin-top: 0px; }
.menu a, .menu a:visited { display: block; text-decoration: none; width: 11em; color: #333333; padding-left: 1em; padding-top: 0.5em; padding-bottom: 0.5em; font-weight: bold; font-style: normal; font-variant: normal; text-transform: lowercase; }
.menu li ul li a, .menu li ul li a:visited { color: #FFFFFF; }
.menu b { float: right; margin-right: 5px; }
* html .menu a, * html .menu a:visited { width: 11em; }
* html .menu a:hover { color: #FFFFFF; background-color: #006DFF; position: relative; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: underline; text-transform: lowercase; }
.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { color: #FFFFFF; background-color: #006DFF; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: lowercase; }
.menu li:hover > a { color: #FFFFFF; background-color: #006DFF; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: lowercase; }
.menu li ul li:hover > a { background-color: #000000; filter:alpha(opacity=50); -moz-opacity:.5; opacity:.5; }
.menu li ul { padding: 2px; visibility: hidden; position: absolute; top: 0em; left: 12em; background-color: #006DFF; width: 13em; filter:alpha(opacity=90); -moz-opacity:.9; opacity:.9; }
.menu li:hover > ul { visibility: visible; }
.menu ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
.menu ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
.menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
