/* ================================================================ 
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_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.
=================================================================== */


#nav
{
	padding: 0px;
	margin: 0;
	list-style: none;
	height: 37px;
	background-color: #535152;
	position: relative;
	z-index: 500;
	text-decoration: none;
	font-family: Tahoma;
	width: 1002px;
}
#nav li
{
	float: left;
	position: relative;
}
#nav li a
{
	display: block;
	float: left;
	font-family: Tahoma;
	font-size: 10pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: #535152;
	padding: 7px;
	width: 111px;
	text-align: center;
}

#nav li a:hover
{
	display: block;
	float: left;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	padding: 7px;
	color: #000000;
	background-color: #63BD0D;
	width: 111px;
	text-align: center;
}


/* Default list styling */

#nav li:hover
{
	position: relative;
	z-index: 5	00;
}

/* 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
{
	width: 0;
	height: 0px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: -9999px;
	top: -9999px;
}
#nav li:hover ul.sub
{
	margin: 7px 0 0 0;
	left: 0;
	top: 8px;
	background-color: #535152;
	white-space: nowrap;
	z-index: 300;
	position: relative;
}

#nav li:hover ul.sub li
{
	position: relative;
}

#nav li:hover ul.sub li a
{
	display: block;
	float: left;
	border: none;
	line-height: 30px;
	margin: 0px;
	padding: 0 0 0 10px;
	text-align: left;
	width: 180px;
	text-decoration: none;
	color: #fff;
	background-color: #535152;
}
#nav li:hover ul.sub li a:hover
{
	display: block;
	float: left;
	border: none;
	line-height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
	text-align: left;
	width: 180px;
	text-decoration: none;
	background-color: #63BD0D;
	color: #000;
}
#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: 90px;
	top: -4px;
	background: #535152;
	padding: 3px;
	white-space: nowrap;
	width: 90px;
	height: auto;
}
