/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_pullup_1.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.
=================================================================== */


/* top margin for this demo only */
#nav {
	padding:0;
	margin:0px 0px 0px 0px;
	list-style:none;
	height:28px;
	position:relative;
	z-index:500;
	font-family:Arial, Helvetica, sans-serif;
	background:none;
	font-size:12px;
	color:#ffb503;
}
#nav a{color:#ffb503;}

#nav li.top {
	display:block;
	float:left;
	padding-top:0px;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:28px;
	line-height:28px;
	text-decoration:none;
	font-weight:normal;
	padding:0px 0px 0px 0px;
	cursor:pointer;
	width:auto;
}
#nav li a.top_link span {
	float:left;
	display:block;
	height:27px;
	background:none;
	width:auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 15px;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	height:27px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#nav li a.top_link:hover {
	color: #ffb503;
	font-weight:normal;
}
#nav li a.top_link:hover span {
	color: #ffb503;
	background:none;
	line-height:28px;
	font-weight:normal;
}
#nav li a.top_link:hover span.down {
	line-height:28px;
	font-weight:normal;
}
#nav li:hover > a.top_link {
	color: #ffb503;
}
#nav li:hover > a.top_link span {
	background:none;
	line-height:28px;
	font-weight:normal;
}
#nav li:hover > a.top_link span.down {
	background:none;
	line-height:28px;
	color: #ffb503;
}
/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:200;
}
/* keep the 'next' level invisible by placing it off screen. */
#nav ul, #nav li:hover ul ul, #nav li:hover ul li:hover ul ul, #nav li:hover ul li:hover ul li:hover ul ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}
#nav li:hover ul {
	left:0px;
	bottom:auto;
	top:28px;
	padding:0px;
	white-space:nowrap;
	width:150px;
	height:auto;
	z-index:300;
	background-color:#390602;
}
* html #nav li:hover ul {
	width:150px;
}
#nav li:hover ul li {
	display:block;
	position:relative;
	float:left;
	font-weight:normal;
	background:none;
	clear:left;
	width:150px;
}
#nav li:hover ul li a {
	display:block;
	height:27px;
	line-height:27px;
	padding:0px 20px 0px 20px;
	color:#c79317;
	text-decoration:none;
	width:auto;
	border-bottom:1px solid #000;
	text-align:left;
}
#nav li ul li a.fly {
	color:#c79317;
	text-decoration:none;
	background:#390602 url(../images/arrow-normal.gif) top right no-repeat;
	text-align:left;
}
#nav li:hover ul li a:hover {
	color:#ffb503;
	text-decoration:none;
	font-weight:normal;
	background:#660801;
}
#nav li:hover ul li a.fly:hover {
	text-decoration:none;
	font-weight:normal;
}
#nav li:hover ul li:hover.fly {
	background:#660801 url(../images/arrow-over.gif) top right no-repeat;
	font-weight:normal;
}
#nav li:hover ul li:hover.fly > a.fly {
	color:#ffb503;
	text-decoration:none;
	background:none;
	font-weight:normal;
}
#nav li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul, #nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul {
	left:-8px;
	margin-left:100%;
	bottom:auto;
	top:9px;
	padding:0px;
	white-space:nowrap;
	width:120px;
	z-index:500;
	height:auto;
	background-color:#390602;
}
