/* ================================================================ 
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: bold 12px "Arial Narrow", sans-serif;
	background:#CCC;
	position:relative;
	z-index:200;
	margin-left:0px;
}
#nav {
	height:40px;
	padding:0;
	background:none;
}
#nav li {
	float:left;
	padding:12px 6px 0 6px;
	background:url(../img/mainnav_line.gif) no-repeat top right;
	height:28px;
}
#nav li.current {
	float:left;
	padding:6px 11px 0 11px;
	background:none;
	height:28px;
}
#nav li li {
	float:none;
	background:#47c7f2;
	padding:0;
	height:25px;
	font: normal 13px "Arial Narrow", sans-serif;
	border-bottom:1px solid #e880a0;
	color:#FFFFFF;
	width:200px;
}
/* a hack for IE5.x and IE6 */
* html #nav li li {
	float:left;
	background:#47c7f2;
}
#nav li a {
	display:block;
	float:left;
	color:#000;
	height:28px;
	text-decoration:none;
	white-space:nowrap;
	font-weight:normal;
	font: bold 12px "Arial Narrow", sans-serif;
	text-transform:uppercase;
}
#nav li li a {
	padding:5px 5px 0 15px;
	height:20px;
	float:none;
	color: #FFFFFF;
	font: normal 13px "Arial Narrow", sans-serif;
	background: #CCC;
	text-transform:none;
}
#nav li:hover {
	position:relative;
	z-index:300;
	font-weight:normal;
}
#nav li:hover ul {
	left:0;
	top:40px;
}
/* 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 #FFF;
	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:bold;
}
/* 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:bold;
}
/* 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:#e880a0;
	font-weight:bold;
}
/* 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:#c5003d;
}
