/* ======================================================
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 { /*height: 100px;*/ display: block; font-size: 9pt; font-family: verdana; margin-left: 0.75em; }
.menu ul { position: relative; z-index: 1; padding: 0pt; margin: 0pt; list-style-type: none; width: 10em; }
.menu li { background-color: #79A4D7; float: left; }
.menu li.sub { background-color: #79A4D7; }
.menu table { position: absolute; border-collapse: collapse; top: 0pt; left: 0pt; z-index: 100; font-size: 1em; margin-top: -1px; }
.menu a, .menu a:visited { display: block; text-decoration: none; height: 1.6em; line-height: 1.6em; width: 10em; color: #ffffff; border: 0px solid #79a4a7; padding-left: 1em; font-weight: normal; font-style: normal; font-variant: normal; text-transform: none; }
.menu b { float: right; margin-right: 5px; }
* html .menu a, * html .menu a:visited { width: 10em; }
* html .menu a:hover { color: #ffffff; background-color: #0000CC; position: relative; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; border-color: #000000; }
.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { color: #ffffff; background-color: #0000CC; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; border-color: #000000; }
.menu li:hover > a { color: #ffffff; background-color: #0000CC; font-weight: normal; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; border-color: #000000; }
.menu li ul { visibility: hidden; position: absolute; top: -2em; left: 9em; padding: 2em; background-color: transparent; }
.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; }
