/* ================================================================ 
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 */
.menuFS {
	font-family: arial, sans-serif;
	width:185px;
	position:relative;
	margin:0;
	font-size:15px;
	font-weight:bold;
	margin:0px;
	height:607px;
	background:#E9E5CE;
}
.menuFS ul li a, .menuFS ul li a:visited
{
	display:block;
	text-decoration:none;
	color:#000000;
	width:159px;
	text-align:left;
	border:0px solid #fff;
	border-width:0px 0px 0px 0px;
	background:#E9E5CE;
	line-height:19px;
	font-size:15px;
	font-weight:bold;
	padding:5px 10px 5px 15px;
	white-space:normal;
	margin-right: -25px; /* Needed for IE6 */
}
.menuFS ul {padding:0; margin:0;list-style-type: none; }
.menuFS ul li {float:left; margin-right:1px; position:relative;}
.menuFS ul li ul {display: none;}
.menuFS ul li iframe {display:none}

/* specific to non IE browsers */
.menuFS ul li:hover a
{
	color:#000000;
	background:#D9E5F3;
	background-image:url(../images/nav_hover.jpg);
	background-repeat:repeat-y;
}
.menuFS ul li:hover ul
{
	display:block;
	position:absolute;
	top:0;
	left:184px;
	width:252px;
	border-top:1px #A08C4D solid;
}
.menuFS ul li:hover ul li a.hide
{
	background:#D9E5F3;
	color:#000;
}
.menuFS ul li:hover ul li:hover a.hide{width:150px;}
.menuFS ul li:hover ul li ul {display: none;}
.menuFS ul li:hover ul li a
{
	border-top:0px;
	border-left:1px #A08C4D solid;
	border-right:1px #A08C4D solid;
	border-bottom:1px #A08C4D solid;
	width:240px;
	padding:5px;
	z-index:101;
	display:block;
	background:#E9E5CE;
	color:#000;
	font-size:13px;
	font-weight:bold;
	white-space:normal;
}
.menuFS ul li:hover ul li a:hover
{
	background:#D9E5F3;
	color:#000;
}
.menuFS ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0; color:#000;}
.menuFS ul li:hover ul li:hover ul li a {display:block; width:200px; background:#dfc184; color:#000;}
.menuFS ul li:hover ul li:hover ul li a:hover {background:#bd8d5e; color:#fff;}


.menuFS li iframe
{
	position:absolute;
	left:180px;
	top:0px;
	width:254px;
	height:70px;
	border:0;
	filter:alpha(opacity=0);
	
	filter:mask();
	z-index:-80;
	display: none;
	margin:0px;
	padding:0px;
}
