/* ======================================================
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;
	font-family: arial;
	height: 165px;
	width: 165px;
	background-color: #004669;
}


.menu ul {
	z-index: 500;
	margin: 0 0 0 20px;
	width: 125px;
	list-style-type: none;
	position: relative;
	padding: 26px 0 0 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: -20px;
	text-align: right;
}

.menu li {
	float: left;
	background-color: #004669;
}

.menu li.sub {
	background-color: #35c89b;
	width: 333px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.menu li.sub a, .menu li.sub a:visited {
	width: 320px;
	background-color: #35c89b;
	color: #fff;
}

.menu li.sub a:hover {
	background-color: #004669;
	width: 320px;
	color: #35c89b;
}

.menu table {
	margin-top: -1px;
	font-size: 1em;
	font-weight: bold;
	z-index: 100;
	left: 0px;
	position: absolute;
	top: 0px;
	border-collapse: collapse;
}


.menu a {
	display: block;
	padding-left: 1em;
	font-weight: bold;
	text-transform: none;
	width: 150px;
	color: #fff;
	line-height: 2em;
	font-style: normal;
	height: 2em;
	font-variant: normal;
	text-decoration: none;
	border: 0px solid #004669;
}

.menu li ul a {
	width:320px;
}

.menu ul li.top {
	background-color: #004669;
}

.menu a:visited {
	display: block;
	font-weight: bold;
	text-transform: none;
/*	width: 11em; */
	color: #fff;
	line-height: 2em;
	font-style: normal;
	height: 2em;
	font-variant: normal;
	text-decoration: none;
}

.menu b {
	float: right;
	margin-right: 5px;
}

* html .menu {	width: 140px;}
* html .menu ul {	width: 80px; margin: 0 0 0 5px; 	padding: 26px 0 0 20px;	left: -10px;}
* html .menu a { padding-left: 0px; 	width: 140px;}
* html .menu a li a{ width: 140px; background-color: #35c89b; }
* html .menu a li.sub a{ width: 333px; background-color: #35c89b; }
* html .menu a:visited { width: 140px; background-color: #004669; }
* html .menu li.sub a:visited { width: 333px; background-color: #35c89b; }
* html .menu li.sub a:hover { width: 333px; background-color: #004669; 	color: #35c89b;}

* html .menu a:hover {
	font-weight: bold;
	text-transform: none;
	color: #35c89b;
	font-style: normal;
	position: relative;
	background-color: #004669;
	font-variant: normal;
	text-decoration: none;
	width: 140px;
}

.menu li:hover {
	position: relative
	}
	
.menu a:active {
	font-weight: normal;
	text-transform: none;
	color: #fff;
	font-style: normal;
	background-color: #004669;
	font-variant: normal;
	text-decoration: none;
}

.menu a:focus {
	font-weight: normal;
	text-transform: none;
	color: #fff;
	font-style: normal;
	background-color: #004669;
	font-variant: normal;
	text-decoration: none;
}

.menu li:hover > a {
	font-weight: bold;
	text-transform: none;
	color: #35c89b;
	font-style: normal;
	background-color: #004669;
	font-variant: normal;
	text-decoration: none;
}
.menu li ul {
	text-align: left;
	left: 118px;
	visibility: hidden;
	position: absolute;
	top: -2em;
	background-color: transparent;
	padding: 2em;
	width: 320px;
}

.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}
