/* ================================================================ 
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 {
	width:190px; 
	position:relative;
	margin:0;
	margin:0px 0;
	font-size:0.9em;
	font-weight:bold;
	color: #535353;
	z-index:100;
	_width:188px; 
}
.menu ul li {
	width:190px; 
	_width:188px; 
	float:left;
	height:36px; 
	padding: 1px 0 0 0;
	margin: 0 0 1px 0;
	background: url(../images/left-menu-list-bg.png) no-repeat;
}
.menu ul li a, .menu ul li a:visited {
	display:block; 
	float:left;
	width:169px; 
	height:35px; 
	line-height:33px; 
	margin: 0 0 0 10px;
	_margin: 0 0 0 5px;
	background: url(../images/left-menu-button.png) no-repeat;
	color: #535353;
	text-indent:40px;
	font-size: 0.95em;
	text-decoration: none;
}
.menu ul {
	padding:0; 
	margin:0;
	list-style-type: none; 
}
.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 {
	color:#f84c00; 
	text-indent:40px;
}
.menu ul li:hover ul {
	display:block; 
	float:left;
	position:absolute; 
	top:0; 
	left:190px; 
	width:190px;
	background-color:#fcfbf9;
	background-image:none;
	font-size:0.85em;
	text-align:left;
	border:solid 1px #bfbcb8;
	text-indent:10px;
}
.menu ul li:hover ul li a.hide {
	color: #535353;
	background-color:#fcfbf9;
	background-image:none;
}
.menu ul li:hover ul li:hover a.hide {width:190px;
	margin: 0;
}
.menu ul li:hover ul li ul {
	display: none;
	background-image:none;
	margin: 0;
}
.menu ul li:hover ul li a {
	margin: 0;
	display:block; 
	color: #535353;
	width:190px;
	background-color:#fff;
	background-image:none;
	text-indent:5px;
}
.menu ul li:hover ul li a:hover {
	margin: 0;
	color:#f84c00; 
	background-color:#fff;
	background-image:none;
	text-indent:5px;
}
.menu ul li:hover ul li:hover ul {
display:block; position:absolute; left:190px; top:0;
	color: #535353;
background-image:none;
background-color:#fff;
font-size:inherit;
}
.menu ul li:hover ul li:hover ul li a {
	display:block; 
	color: #535353;
	width:190px;
}
.menu ul li:hover ul li:hover ul li a:hover {
	color:#f84c00; 
}
