@charset "utf-8";
/* ======================================================
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: 10px; 
	height: 100px; 
	font-size: 10pt; 
	font-family: trebuchet ms, arial, verdana, sans-serif; 
	position: relative;
	z-index: 1000;
}
.menu ul { 
	margin: 0pt; 
	padding: 0pt; 
	position: relative; 
	z-index: 500; 
	list-style-type: none; 
	width: 10em; 
}
.menu li { 
/*	background-color: #656c4a; */
	float: left; 
	text-align: right;
}
.menu li ul li {
	background-color: #656c4a; 
	border-left: 3px double #333;
	text-align: left;
}

.menu li.sub { 
	background-color: #656c4a; 
}
.menu table { 
	position: absolute; 
	border-collapse: collapse; 
	top: 0pt; 
	left: 0pt; 
	z-index: 100; 
	font-size: 1em; 
	margin-top: -1px; 
}
.menu a, .menu a:visited { 
	border-bottom: 1px solid #333333; 
	display: block; 
	text-decoration: none; 
	height: 2em; 
	line-height: 2em; 
	width: 10em; 
	color: #333333; 
	padding-left: 2em; 
	font-variant: small-caps; 
}
.menu b { 
	float: right; 
	margin-right: 5px; 
}
* html .menu a, * html .menu a:visited 
{ width: 10em; }
* html .menu a:hover { 
	color: #000000; 
	background-color: #878e6c; 
	position: relative; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: small-caps; 
	text-decoration: none; 
	text-transform: none; 
}

.menu li:hover 
{ position: relative; }

.menu a:active, .menu a:focus { 
	color: #000000; 
	background-color: #878e6c; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: small-caps; 
	text-decoration: none; 
	text-transform: none; 
}
.menu li:hover > a { 
	color: #000000; 
	background-color: #878e6c; 
	font-weight: normal; 
	font-style: normal; 
	font-variant: small-caps; 
	text-decoration: none; 
	text-transform: none; 
}
.menu li ul { 
	padding: 2em; 
	visibility: hidden; 
	position: absolute; top: -2em; left: 7em; 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; }

