/* ================================================================ 
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:0 0 0 177px;
	list-style:none;
	height:20px;
	position:relative;
	z-index:500;
	font-family:Arial, Helvetica, sans-serif;
	background:none;
	font-size:12px;
	font-weight:bold;
	color:#e8e6d7;
	letter-spacing:0.052em;
}
#nav a{color:#e8e6d7;}

#nav li.top {
	display:block;
	float:left;
	padding-top:0px;
}
#nav li a.top_link {
	display:block;
	float:left;
	height:20px;
	line-height:20px;
	text-decoration:none;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	cursor:pointer;
	width:auto;
}
#nav li a.top_link span {
	float:left;
	display:block;
	padding:0px 20px 0px 20px;
	height:20px;
	background:none;
	width:auto;
}
#nav li a.top_link span.down {
	float:left;
	display:block;
	padding:0px 20px 0px 20px;
	height:20px;
}
#nav li a.top_link:hover {
	color:#fff;
	font-weight:bold;
}
#nav li a.top_link:hover span {
	color:#fff;
	background:none;
	line-height:20px;
	font-weight:bold;
}
#nav li a.top_link:hover span.down {
	line-height:20px;
	font-weight:bold;
}
#nav li:hover > a.top_link {
	color:#fff;
}
#nav li:hover > a.top_link span {
	background:none;
	line-height:20px;
	font-weight:bold;
}
#nav li:hover > a.top_link span.down {
	background:none;
	line-height:20px;
	color:#fff;
}
/* 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:20px;
	top:auto;
	padding:0px;
	white-space:nowrap;
	width:180px;
	height:auto;
	z-index:300;
	background-color:#847c6d;
}
* html #nav li:hover ul {
	width:180px;
}
#nav li:hover ul li {
	display:block;
	position:relative;
	float:left;
	font-weight:bold;
	background:none;
	clear:left;
	width:180px;
}
#nav li:hover ul li a {
	display:block;
	height:27px;
	line-height:27px;
	padding:0px 20px 0px 20px;
	color:#e8e6d7;
	text-decoration:none;
	width:auto;
	border-bottom:1px solid #E8E6D7;
	text-align:left;
}
#nav li ul li a.fly {
	color:#e8e6d7;
	text-decoration:none;
	background:#847c6d url(../images/arrow-normal.gif) top right no-repeat;
	text-align:left;
}
#nav li:hover ul li a:hover {
	color:#e8e6d7;
	text-decoration:none;
	font-weight:bold;
	background:#6c6457;
}
#nav li:hover ul li a.fly:hover {
	text-decoration:none;
	font-weight:bold;
}
#nav li:hover ul li:hover.fly {
	background:#6c6457 url(../images/arrow-over.gif) top right no-repeat;
	font-weight:bold;
}
#nav li:hover ul li:hover.fly > a.fly {
	color:#e8e6d7;
	text-decoration:none;
	background:none;
	font-weight:bold;
}
#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:9px;
	top:auto;
	padding:0px;
	white-space:nowrap;
	width:180px;
	z-index:500;
	height:auto;
	background-color:#847c6d;
}
