/* ================================================================ 
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.cssplay.co.uk/menus/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: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 100%;
	font-weight: bold;
	letter-spacing: normal;
	word-spacing: normal;
	z-index: 901;
}
#nav table {
	border-collapse: collapse;
}
#nav li.top {
	float: left;
	padding: 0 5px 0 15px;
	background-image: url(../images/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
}
#nav li.login {
	background-image: url(../images/nav_login.png);
}
#nav li.login a {
	color: #FBE4D3;
}
#nav li.login a:hover {
	color: #FFFFFF;
}
#nav li {
	float: left; 
	padding: 10px 15px 0 10px;
}
#nav li li {
	float: left;
	padding: 0 15px 0 15px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: url(../images/nav_break.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	-khtml-opacity: 0.85;
	width: 110px;
}

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

#nav li a {
	display: block;
	float: left;
	color: #FCA93E;
	height: 35px;
	padding-right: 5px;
	line-height: 30px;
	text-decoration: none;
	white-space: nowrap;
}
#nav li li a {
	float: none;
	color: #FCA93E;
}

#nav li:hover {
	position: relative; 
	z-index: 300; 
	margin: 0px;
	height: 35px;
}
#nav a:hover {
	position: relative; 
	z-index: 300; 
	text-decoration: none; 
	color: #EB7523;
}

#nav :hover ul {
	left: 0; 
	top: 35px;
	width: 110px;
}
/* another hack for IE5.5 and IE6 */
#nav a:hover ul {
	left: -10px;
}

#nav ul {
	position: absolute; 
	left: -9999px; 
	top: -9999px;
}

/* it could have been this simple if all browsers understood */
/* show next level */
#nav li:hover li:hover > ul {
	left: 0px; 
	margin-left: 100%; 
	top: 0px;
}
/* keep further levels hidden */
#nav li:hover > ul ul {
	position: absolute; 
	left: -9999px; 
	top: -9999px; 
	width: 110px;
}
/* show path followed */
#nav li:hover > a {
	text-decoration: none; 
	color: #EB7523;
}


/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul,
#nav a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover ul,
#nav a:hover a:hover a:hover a:hover a:hover ul
{left: 100%; top: -1px;}

/* keep further levels hidden */
#nav a:hover ul ul,
#nav a:hover a:hover ul ul,
#nav a:hover a:hover a:hover ul ul,
#nav a:hover a:hover a:hover a:hover ul ul
{position: absolute; left: -9999px; top: -9999px;}
