@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.
========================================================= */

.menu { 
	float: left; /* since this element is floated, a width must be given */
	width: 210px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: white; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
	padding-bottom:12em;
	font-size: 10pt;
	color: #ffffff;
	font-family: Palatino, Georgia, Times Roman, serif;
}
	/*margin: 10px; height: 100px; font-size: 10pt; font-family: arial; }*/
.menu ul { margin: 0pt; padding: 0pt; position: relative; z-index: 500; list-style-type: none; width: 14em; }
.menu li { background-color: #ddddff; float: left; }
.menu li.sub { background-color: #ddddff; }
.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 {
	display:block;
	border:1px solid;
	border-color:#ccc #888 #555 #bbb;
	white-space:nowrap;
	margin:0;
	padding:1px 3px;
  display: block; text-decoration: none; height: 2em; line-height: 2em; width: 14em; color: black; padding-left: 1em; font-style: normal; text-transform: none; }
.menu b { float: right; margin-right: 5px; }
* html .menu a, * html .menu a:visited { width: 15em; }
* html .menu a:hover { color: #cc0000; background-color: #ffffdd; position: relative; font-style: normal;  text-decoration: none; text-transform: none; }
.menu li:hover { position: relative; }
.menu a:active, .menu a:focus { color: #cc0000; background-color: #ffffcc; font-style: normal;  text-decoration: none; text-transform: none; }
.menu li:hover > a { color: #228822; background-color: #ffffdd; font-style: normal; text-decoration: none; text-transform: none; }
.menu li ul { padding: 1em; visibility: hidden; position: absolute; top: -2em; left: 11em; 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; }

