/* ================================================================ 
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;
	width: 90%; 
	margin: 0;
	padding: 0; 
	list-style: none; 
	position: relative; 
	z-index: 200;
}

#nav li li {
	background: #fff;
}
/* a hack for IE5.x and IE6 */
* html #nav li {float:left;}

#nav li a {
	display: block; 
	background: url(butl2.png) repeat-y;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight:bold;
	text-decoration: none;
	color: #000;
	padding: .2em;
	margin: .15em 0;
}

#nav li:hover {
	background: url(butl.png) repeat-y;
	text-decoration: none;
	color: gray;
}

#nav ul {position:absolute; left:-9999px; top:-9999px;}
#nav ul li a {
	display: block; 
	background: url(butl2.png) repeat-y;
	font: bold 1em Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000;
	padding: .2em;
	margin: .15em 0;
}

#nav ul li:hover {
	background: url(butl.png) repeat-y;
	text-decoration: none;
	color: gray;
}
/* yet another hack for IE5.x and IE6 */
* html #nav, * html nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover > ul {left:-15px; 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:#7b5;}


/* 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:-15px; 
	margin-left:90%; padding: 5px; 
	top:-1px; 
	background: #fff; 
	width: 15em; 
	border: 1px solid #465D86;
}

/* 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,
#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: url(butl.png) repeat-y;
	text-decoration: none;
	color: gray;
}

/* 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 {
	background: url(butl2.png) repeat-y;
	text-decoration: none;
	color: #000;
}
