/* ================================================================ 
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/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu {
	font-family: Arial, Helvetica, sans-serif;
	width:290px;
	height:106px;
	position:relative;
	margin:2;
	font-size:11px;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	color:#FFFFFF;
	width:290px;
	height:20px;
	text-align:right;
	background:#488E46;
	line-height:20px;
	font-size:11px;
	text-indent: 40px;
	font-weight: normal;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul li {
	float:left;
	margin-right:0px;
	position:relative;
}
.menu ul li ul {
	display: none;
}
.menu li.blank {
	background: #4A7CC1;
	width: 290px;
	height: 8px;
}
.menu li.blankShort {
	background: #4A7CC1;
	width: 200px;
	height: 8px;
}

/* specific to non IE browsers */
.menu ul li:hover a {
	color: #FFFFFF;
	background: #5B9A59;
	text-align: left;
}
.menu ul li:hover ul {
	display: block;
	position: absolute;
	top: 0;
	left: 290px;
	width: 200px;
}
.menu ul li:hover ul li a.hide {
	background: #5B9A59;
	color: #FFFFFF;
}
.menu ul li:hover ul li:hover a.hide {
	width: 200px;
}
.menu ul li:hover ul li ul {
	display: none;
}
.menu ul li:hover ul li a {
	display: block;
	background: #5B9A59;
	color: #FFFFFF;
	width:200px;
}
.menu ul li:hover ul li a:hover {
	background: #488E46;
	color: #FFFFFF;
}
.menu ul li:hover ul li:hover ul {
	display: block;
	position: absolute;
	left: 151px;
	top: 0;
	color: #FFFFFF;
}
