@charset "utf-8";
/* CSS Document */
/* ======================================================
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.
========================================================= */
#content .menu { margin: 8px; height: 100px; font-size: 8pt; font-family: arial; float:left; }
#content .menu ul { margin: 0pt; padding: 0pt; position: relative; z-index: 9; list-style-type: none; width: 20em; }
#content .menu li { background-color: #ffffff; float: left; margin:0; }
#content .menu li.sub { background-color: #ffffff; }
#content .menu table { position: absolute; border-collapse: collapse; top: 0pt; left: 0pt; z-index: 8; font-size: 1em; margin-top: -1px; }
#content .menu a, #content .menu a:visited { border: 2px ridge #00ccff; display: block; text-decoration: none; height: 2em; line-height: 2em; width: 20em; color: #0099ff; padding-left: 10px; font-weight: bold; font-style: normal; font-variant: normal; text-transform: none; }
#content .menu b { float: right; margin-right: 5px; }
* html #content .menu a, * html #content .menu a:visited { width: 20em; }
* html #content .menu a:hover { color: #ffffff; background-color: #006699; position: relative; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
#content .menu li:hover { position: relative; }
#content .menu a:active, #content .menu a:focus { color: #ffffff; background-color: #006699; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
#content .menu li:hover > a { color: #ffffff; background-color: #006699; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
#content .menu li ul { padding: 2em; visibility: hidden; position: absolute; top: -2em; left: 18em; background-color: transparent; }
#content .menu li:hover > ul { visibility: visible; }
#content .menu ul a:hover ul ul { visibility: hidden; }
#content .menu ul a:hover ul a:hover ul ul { visibility: hidden; }
#content .menu ul a:hover ul a:hover ul a:hover ul ul { visibility: hidden; }
#content .menu ul a:hover ul { visibility: visible; }
#content .menu ul a:hover ul a:hover ul { visibility: visible; }
#content .menu ul a:hover ul a:hover ul a:hover ul { visibility: visible; }
#content .menu ul a:hover ul a:hover ul a:hover ul a:hover ul { visibility: visible; }

#content a.toplevel, #content a.toplevel:visited {
	margin-bottom:5px;
	width:13em;
}
#content .menu li ul.sublevel1 {
	left:11em;
}