/* ======================================================
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 {
	font-size: 10pt;
	margin: 1px;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 5px;
}
.menu ul {
	padding-right: 0px;
	padding-left: 0px;
	z-index: 1500;
	padding-bottom: 0px;
	margin: 0px;
	width: 9em;
	padding-top: 0px;
	list-style-type: none;
	position: relative;
	
}
.menu li {float: left; background-color: #000000}
.menu li.sub {background-color: #000000}
.menu table {margin-top: -1px; font-size: 1em; z-index: 500; left: 0px; position: absolute; top: 0px; border-collapse: collapse}
.menu a {
	border-right: #ffffff 1px solid;
	border-top: #ffffff 1px solid;
	display: block;
	padding-left: 1em;
	font-weight: normal;
	text-transform: none;
	border-left: #ffffff 1px solid;
	width: 9em;
	color: #ffffff;
	line-height: 2em;
	border-bottom: #ffffff 1px solid;
	font-style: normal;
	height: 2em;
	font-variant: normal;
	text-decoration: none;
	font-size: 90%;
	background-color: #000000;
}
.menu a:visited {border-right: #ffffff 1px solid; border-top: #ffffff 1px solid; display: block; padding-left: 1em; font-weight: normal; text-transform: none; border-left: #ffffff 1px solid; width: 9em; color: #ffffff; line-height: 2em; border-bottom: #ffffff 1px solid; font-style: normal; height: 2em; font-variant: normal; text-decoration: none}
.menu b {float: right; margin-right: 5px}
* html .menu a {width: 9em}
* html .menu a:visited {width: 9em}
* html .menu a:hover {font-weight: normal; border-left-color: #990000; border-bottom-color: #990000; text-transform: none; color: #000000; border-top-color: #990000; font-style: normal; position: relative; background-color: #FFFFFF; font-variant: normal; text-decoration: none; border-right-color: #990000}
.menu li:hover {position: relative}
.menu a:active {font-weight: normal; border-left-color: #990000; border-bottom-color: #990000; text-transform: none; color: #000000; border-top-color: #990000; font-style: normal; background-color: #ffffff; font-variant: normal; text-decoration: none; border-right-color: #990000}
.menu a:focus {font-weight: normal; border-left-color: #990000; border-bottom-color: #990000; text-transform: none; color: #000000; border-top-color: #990000; font-style: normal; background-color: #ffffff; font-variant: normal; text-decoration: none; border-right-color: #990000}
.menu li:hover > a {
	font-weight: normal;
	border-left-color: #990000;
	border-bottom-color: #990000;
	text-transform: none;
	color: #000000;
	border-top-color: #990000;
	font-style: normal;
	background-color: #0033FF;
	font-variant: normal;
	text-decoration: none;
	border-right-color: #990000;
	z-index: 1000;
}
.menu li ul {padding-right: 2em; padding-left: 2em; left: 5em; visibility: hidden; padding-bottom: 2em; padding-top: 2em; position: absolute; top: -2em}
.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}
