/* ================================================================ 
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.stunicholls.com/menu/skeleton_left.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.
=================================================================== */
#nav, 
#nav ul {
	float:left; 
	padding:0 0 5px 0; 
	margin:0; 
	list-style:none;
	font: 11px "trebuchet MS", helvetica, sans-serif; 
	font-weight:bold;
	border:0px; 
	background:none; 
	position:relative; 
	z-index:200;
}

/* #nav li li {background:url(../images/construct/flyoutmenubackground.gif) ; font: 11px "trebuchet MS", helvetica, sans-serif; float:left; width:200px;} */
#nav li li {
	background:#aaa;
	font: 11px "trebuchet MS", helvetica, sans-serif; 
	float:left; 
	width:225px;
}
/* a hack for IE5.x and IE6 */
* html #nav li {float:left;}

#nav li a {display:block; width:125px;color:#000; padding:0 25px 0 10px; height:20px; line-height:20px; text-decoration:none; white-space:nowrap;}

#nav li:hover {position:relative; z-index:500;}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
/* yet another hack for IE5.x and IE6 */
* html #nav, * html nav ul {width:1px;}

#nav li ul {
background:#aaa;
border:1px solid black;
padding-bottom:0px;
max-height:400px;
width:450px;
overflow:auto;
}
/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover > ul {left:-25px; margin-left:100%; top:-1px;}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}
/* show path followed */
#nav li:hover > a {text-decoration:underline; color:#4444ff; } 


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#nav li:hover ul,
#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:-25px; margin-left:100%; top:-1px;}

/* keep further levels hidden */
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px;}

/* show path followed */
#nav li:hover a {
text-decoration:underline; color:#662222; font-weight:bold;
}
#nav li:hover li:hover a,
#nav li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover a,
#nav li:hover li:hover li:hover li:hover li:hover li:hover a
{background:#777;text-decoration:underline; color:#fff; font-weight:bold; width:190px;}

/* hide futher possible paths */
#nav li:hover li a,
#nav li:hover li:hover li a,
#nav li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li a,
#nav li:hover li:hover li:hover li:hover li:hover li a
{text-decoration:none; color:#000;}

