/* ================================================================ 
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 {
	padding:0; margin:0; 
	list-style:none; 
	font:normal 11px Arial,Helvetica,Tahoma,Verdana,sans-serif; 
	background:#fff; 
	position:relative; z-index:190;
}

.nav ul {
	padding:0 5px 5px 0; margin:0; 
	list-style:none; 
	font:normal 11px Arial,Helvetica,Tahoma,Verdana,sans-serif; 
	border: solid #cccccc;
	border-width: 0 0 0 1px; 
	background:url('/images/dropShadow.png') bottom right no-repeat; 
	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; white-space:nowrap;
	border-top: 1px solid #cccccc; 
	
	background: #fff;
	height:19px; 
	padding-left:3px;
	padding-right:25px;
	text-decoration:none;
	font-weight:normal;
}

.nav li	{
	background : #ffffff;
	height:19px; line-height:19px;
	margin:0;
	padding:0;
}	

.nav ul li {
	display:block;
	width:170px;
}

.nav li a.ext {
	background: url('/images/template/yarrow_r_11_pad3.gif') right no-repeat; 
}

.nav li a:hover {
	background-color: #eee; 
}

.nav li:hover {position:relative; z-index:300;}

.nav ul {position:absolute; left:-9999px; top:-9999px;}
/* 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; background-color: #eee; }

.nav  ul  { margin-top:3px; }

/* 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: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,
.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
{text-decoration:underline;}

/* 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; }

