/* ================================================================ 
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 {
	padding:0;
	list-style:none;
	font: 11px Arial, Helvetica, sans-serif;
	background:#CCC;
	position:relative;
	z-index:200;
}
#nav {
	height:35px;
	padding:0;
	background:none;
}
#nav li {
	float:left;
	padding:11px 3px 0 3px;
	background:url(../img/mainnav_line.gif) no-repeat top right;
	height:24px;
}
#nav li.current {
	float:left;
	padding:11px 5px 0 5px;
	background:none;
	height:24px;
}
#nav li li {
	float:none;
	background:#47c7f2;
	padding:0;
	height:25px;
	font: normal 12px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #b5b5b5;
	color:#FFFFFF;
	width:280px;
}
/* a hack for IE5.x and IE6 */
* html #nav li li {
	float:left;
	background:#47c7f2;
}
#nav li a {
	display:block;
	float:left;
	color:#FFF;
	padding:0 8px 0 8px;
	height:20px;
	text-decoration:none;
	white-space:nowrap;
	font-weight:normal;
}
#nav li li a {
	padding:5px 5px 0 15px;
	height:20px;
	float:none;
	color: #FFFFFF;
	font: normal 11px Arial, Helvetica, sans-serif;
	background: #CCC;
}
#nav li:hover {
	position:relative;
	z-index:300;
	font-weight:normal;
}
#nav li:hover ul {
	left:0;
	top:35px;
}
/* another hack for IE5.5 and IE6 */
* html #nav li:hover ul {
	left:0;
	font-weight:normal;
}
#nav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	border:1px solid #000;
	padding:0;
}
/* yet another hack for IE5.x and IE6 */
* html #nav ul {
	width:0px;
}
/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {
	left:-15px;
	margin-left:100%;
	top:-1px;
	font-weight:bold;
}
/* keep further levels hidden */
#nav li:hover > ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:auto;
	font-weight:normal;
}
/* show path followed */
#nav li:hover > a {
	text-decoration:none;
	color:#47c7f2;
}
#nav li li:hover > a {
	text-decoration:none;
	color:#47c7f2;
}
/* 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;
	margin-left:100%;
	top:-1px;
	font-weight:normal;
}
/* 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;
	font-weight:normal;
}
/* 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:#ff7c8d;
	font-weight:normal;
}
/* 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:#FFFFFF;
	font-weight:normal;
	background-color:#888;
}
