
/* ================================================================ 
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_drop_2.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.
=================================================================== */


/* Main Menu */

#nav {
	position: relative;
	z-index: 500;
	float: left;
}

#nav li {
	display: block;
	float: left;
	height: 42px;
}

#nav li a {
	display: block;
	float: left;
	line-height: 42px;
	color: #a5a4a3;
	text-decoration: none;
	font-weight: bold;
	cursor: pointer;
	padding: 0 20px;
	font-size: 12px;
	text-transform: uppercase;
}

#nav li:hover a {
	color:#fff;
}

/* Default list styling */

#nav li:hover {
	position:relative;
	z-index:200;
}

#nav li:hover ul {
	left: 0;
	top: 42px;
	background: #171615;
	white-space: nowrap;
	height: auto;
	z-index: 300;
}

#nav li:hover ul li {
	display: block;
	height: auto;
	position: relative;
	float: left;
	font-weight: normal;
	border: 0;
}

#nav li:hover ul li a {
	display: block;
	width: 150px;
	padding: 0 20px;
	line-height: 32px;
	text-decoration:none;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	background: #1e1b19;
	text-transform: none;
}

#nav li:hover ul li a:hover {
	background: #110f0e;
}

#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:90px;
	top:-4px;
	background: #bbd37e;
	padding:3px;
	border:1px solid #5c731e;
	white-space:nowrap;
	width:90px;
	z-index:400;
	height:auto;
}

#nav ul, #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;
	width:0;
	height:0;
	margin:0;
	padding:0;
	list-style:none;
}

#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly {
	background: none;
}

#nav li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li:hover li a.fly { 
	background: none;
}
