/* ======================================================
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 { 
z-index:1000;
font-size:90%;
margin:0px 0 0px 0px; /* this page only */
font-family: arial; }
.menu ul { 
padding:0;
margin:0;
list-style-type:none;
width:180px; }
.menu li { 
position: relative; 
background-color: #0F2771; 
float: left;
height:26px; }
.menu li.sub { background-color: #0F2771; }
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}
.menu a, .menu a:visited { 
border: 0px solid #0F2771; 
display: block; 
text-decoration: none; 
height: 25px; 
line-height: 25px; 
width: 180px; 
color: #ffffff; 
font-weight: bold; 
font-style: normal; 
font-variant: normal; 
text-transform: none; }
.menu b { float: right; margin-right: 5px; }
* html .menu a, * html .menu a:visited { width:150px; w\idth:149px; }
* html .menu a:hover { border-color: #0F2771; color: #ffff00; background-color: #92B60DE; position: relative; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { border-color: #0F2771; color: #ffff00; background-color: #2B60DE; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover > a { border-color: #0F2771; color: #ffff00; background-color: #2B60DE; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li ul { padding: 0px; visibility: hidden; position: absolute; top: 0px; left: 180px; 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; }
