﻿/* ======================================================
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-2011 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; font-size: 10pt; font-family: verdana; margin: 10px; }
.menu ul { position: relative; z-index: 500; padding: 0px; margin: 0px; list-style-type: none; width: 12em; }
.menu li { background-color: #ff0000; float: left; }
.menu li.sub { background-color: #ff0000; }
.menu table { position: absolute; border-collapse: collapse; top: 0px; left: 0px; z-index: 100; font-size: 1em; margin-top: -1px; }
.menu a, .menu a:visited { display: block; text-decoration: none; height: 2.2em; line-height: 2.2em; width: 12em; color: #ffffff; border-style: solid; border-color: #ffffff; border-width: 1px; padding-left: 1em; font-weight: lighter; font-style: normal; font-variant: normal; text-transform: none; }
.menu b { float: right; margin-right: 5px; }
* html .menu a, * html .menu a:visited { width: 12em; line-height: 1.4em; }
* html .menu a:hover { color: #ff0000; background-color: #ffffff; position: relative; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; border-color: #ff0000; }
.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { color: #ff0000; background-color: #ffffff; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; border-color: #ff0000; }
.menu li:hover > a { color: #ff0000; background-color: #ffffff; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; border-color: #ff0000; }
.menu li ul { visibility: hidden; position: absolute; top: -2.2em; left: 8em; 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; }
