/* ================================================================ 
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, sans-serif; 
	font-size:11px; 		*/
	font-family: Geneva, Verdana, Helvetica, sans-serif;	
	width:106px; 
	width:155px;
	height:150px; 
	position:relative; 
	margin:0; 
	margin:50px 0;
	margin: 50px 0 50px 1px;
	padding: 0;
	z-index: 9999999;	
	}
.menu ul li a, .menu ul li a:visited {
	/* regular level 1 */
	display:block; 
	text-decoration:none; 
	color:#000; 
	width:104px;
	width:153px;	 
	height:20px; 
	height: 40px;
	text-align: right;	
	text-align: center;
/*	border:1px solid #666666; 
	border-width:1px;
	border-width: 0 0 1px 0;*/
	background:#c9c9a7;
	background:none;	
	background: url(images/bkg-level1.gif) left top no-repeat;		 
	line-height:19px; 
	line-height:38px; 	
	font-size:11px;
	font-size: .7em;
	font-weight:bold;	
	z-index: 9999999;	
	}
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
	z-index: 9999999;	
	}
.menu ul li {
	float:left; 
	margin-right:1px; 
	position:relative;
	}
.menu ul li ul {
	display: none;
	}

/* specific to non IE browsers */
.menu ul li:hover a {
	/* hover on level 1 */
	color:#f04e31; 
	background:#b3ab79;
	background:none;
	background: url(images/bkg-level1.gif) left top no-repeat;	
	text-decoration: underline;	
	}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:0; 
	left:105px; 
	left: 154px;
	width:105px;
	width: 200px;
	width: 350px;	
	}
.menu ul li:hover ul li a.hide {
	/* level 2 normal - menu item with submenu */
	background:#dfc184; 
	background:none;	
	color:#f04e31;
	color:#333333; 	
	}
.menu ul li:hover ul li:hover a.hide {
	/* level 2 hover */
	width:150px;
	width: 230px;
	width: 350px;	
	}
.menu ul li:hover ul li ul {
	display: none;
	}
.menu ul li:hover ul li a {
	/* level 2 normal */
	display:block; 
	background:#b3ab79; 
	background: none;
	background: #ffffff;
	background: #CCCCCC;
	background: #e1e1e1;
	background: url(images/bkg-level2.gif) 0 top no-repeat;	
	color:#333333; 
	width:150px;
	width: 230px;
	width: 350px;	
	text-align: left;
	text-decoration: none;
/*	margin: 0 0 0 20px;*/
	padding: 0 0 0 15px;
	}
.menu ul li:hover ul li a:hover {
	/* level 2 hover */
	background:#dfc184; 
	background:none;
	background: #CCCCCC;	
	background: url(images/bkg-level2-hover.gif) left top no-repeat;
	color:#000;
	color:#f04e31;	
	text-decoration: underline;
	}
.menu ul li:hover ul li:hover ul {
	/* level 3 normal */
	display:block; 
	position:absolute; 
	left:151px;
	left:231px; 
	top:0; 
	color:#000;
	}
.menu ul li:hover ul li:hover ul li a {
	/* level 3 hover normal */
	display:block; 
	width:200px; 
	width: 230px;
	background:#dfc184; 
	color:#000;
	}
.menu ul li:hover ul li:hover ul li a:hover {
	background:#bd8d5e; 
	color:#fff;
	}


.clear { clear: both; background: none; }