/* ======================================================
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: 9pt;
	margin: 10px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
.menu ul {
	padding-right: 0px;
	padding-left: 0px;
	z-index: 500;
	padding-bottom: 0px;
	margin: 0px;
	width: 145px;
	padding-top: 0px;
	list-style-type: none;
	position: relative
}
.menu li {
	float: left;
	background-color: transparent;
}

.menu a {
	display: block;
	padding-left: 12px;
	text-transform: none;
	width: 145px;
	color: #3f9a00;
	line-height: 2em;
	border-bottom: #3f9a00 1px solid;
	font-style: normal;
	height: 1.8em;
	font-variant: normal;
	text-decoration: none
}
.menu a:visited {
	display: block;
	padding-left: 1em;
	font-weight: normal;
	text-transform: none;
	width: 146px;
	color: #3f9a00;
	line-height: 1.8em;
	border-bottom: #3f9a00 1px solid;
	font-style: normal;
	height: 1.8em;
	font-variant: normal;
	text-decoration: none
}

/** html .menu a {
	width: 10em
}
* html .menu a:visited {
	width: 10em
}
* html .menu a:hover {
	font-weight: normal;
	text-transform: none;
	color: #ffffff;
	font-style: normal;
	position: relative;
	background-color: #cccc66;
	font-variant: normal;
	text-decoration: none
}*/
.menu li:hover {
	position: relative
}
.menu a:active {
	font-weight: normal;
	text-transform: none;
	color: #fff;
	font-style: normal;
	background-color: #cc6;
	font-variant: normal;
	text-decoration: none
}

.menu li:hover > a {
	width: 144px;
	background-color: #e0e6c6;
	color: #2c6c00;
	text-decoration: none;
	border-bottom: 1px #cc0 solid;
}
.menu li ul {
	left: 115px;
	width: 156px;
	visibility: hidden;
	position: absolute;
	left: 145px;
	top: -1px;
	background-color: #fff;
	border: 1px #3f9a00 solid;
}
.menu ul li a.aqui {
	background-color: #e0e6c6;
	color: #2c6c00;
}
.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
}

