/* ======================================================
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 {
	margin: 0px;
	height: 100%;
	font-size: 10pt;
	font-family: verdana;
}
.menu ul {
	margin: 0pt;
	padding: 0pt;
	position: relative;
	z-index: 500;
	list-style-type: none;
	width: 13em;
}
.menu li { background-color: #3D2701; float: left; }
.menu li.sub { background-color: #666699; }
.menu table { position: absolute; border-collapse: collapse; top: 0pt; left: 0pt; z-index: 100; font-size: 1em; margin-top: -1px; }
.menu a.m, .menu a.m:visited { border-bottom: 1px solid #ffffff; display: block; text-decoration: none; height: 2em; line-height: 2em; width: 15em; color: #fff; padding-left: 1em; font-weight: bold; font-style: normal; font-variant: normal; text-transform: none; }
.menu b { float: right; margin-right: 5px; }
* html .menu a.m, * html .menu a.m:visited { width: 11em; }
* html .menu a.m:hover { color: #ffffff; background-color: #618A03; position: relative; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li:hover { position: relative; }
.menu a.m:active, .menu a.m:focus {
	color: #ffffff;
	background-color: #618A03;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
}
.menu li:hover > a { color: #ffffff; background-color: #618A03; font-weight: bold; font-style: normal; font-variant: normal; text-decoration: none; text-transform: none; }
.menu li ul { padding: 2em; visibility: hidden; position: absolute; top: -2em; left: 11em; background-color: transparent; }
.menu li:hover > ul { visibility: visible; }
.menu ul a.m:hover ul ul { visibility: hidden; }
.menu ul a.m:hover ul a.m:hover ul ul { visibility: hidden; }
.menu ul a.m:hover ul a.m:hover ul a.m:hover ul ul { visibility: hidden; }
.menu ul a.m:hover ul { visibility: visible; }
.menu ul a.m:hover ul a.m:hover ul { visibility: visible; }
.menu ul a.m:hover ul a.m:hover ul a.m:hover ul { visibility: visible; }
.menu ul a.m:hover ul a.m:hover ul a.m:hover ul a.m:hover ul { visibility: visible; }
.menu a.last, .menu a:visited.last {border-width:1px;}
