/* ================================================================ 
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.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 {
	margin:0;
	list-style:none;
	position:inherit;
	z-index:200;
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
	height: 29px;
	width: 759px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #003000;
	border-right-color: #003000;
	border-bottom-color: #003000;
	border-left-color: #003000;
	float: none;
	text-align: left;
	padding: 0;
	background-color: #003000;
	background-position: right;
}
#nav {
	height: 30px;
	width: 759px;
	background-color: #003000;
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
	color: #003000;
	text-decoration: none;
	background-position: right center;

}

#nav li {float:left;}
#nav li li {
	float:none;
	background:#D6E3CE;
}
/* a hack for IE5.x and IE6 */
* html #nav li li {
	float:none;
}

#nav li a {
	display:block;
	float:left;
	color:#FFFFFF;
	height:20px;
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
	white-space:nowrap;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 11px;
	width: auto;
	font-weight: bold;
}
#nav li li a {
	height:15px;
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
	float:none;
	width: auto;
}

#nav li:hover {
	position:relative;
	z-index:400;
	text-decoration: none;
	height: auto;
}
#nav li:hover ul {
	left:0;
	top:29px;
}
/* another hack for IE5.5 and IE6 */
* html #nav li:hover ul {
	left:15px;
}

#nav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	background-color: #D6E3CE;
	height: auto;
	width: auto;
}
/* yet another hack for IE5.x and IE6 */
* html #nav ul {width:1px;}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {
	left:-15px;
	top:-1px;
	margin: 0%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 29px;
	text-decoration: none;
}
/* keep further levels hidden */
#nav li:hover > ul ul {position:absolute; left:-9999px; top:-9999px; width:auto;}/* show path followed */
#nav li:hover > a {
	color:#993300;
	background-color: #D6E3CE;
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: normal;
	text-decoration: none;
	top: 31px;
	height: 30px;
}


/* but IE5.x and IE6 need this lot to style the flyouts and path followed */
/* show next level */
#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;
	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:none;
	color:#993300;
	background-color: #D6E3CE;
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
	width: auto;
}

/* 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:#003000;
	font-family: verdana, sans-serif;
	font-size: 9px;
	line-height: 12px;
	text-decoration: none;
}

