/* ================================================================ 
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_dropdown_3.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:0 0 0 6px;
	margin:-32px 0 0 0px;
	list-style:none;
	height:53px;
	background:url(../images/ed_menu_bg.gif) repeat-x left top;
	position:relative;
	z-index: 49;
}
#nav li.top {
	display:block;
	float:left;
	width:87px;
	margin-top:5px;
	text-align:center;
	background:url(../images/ed_menu_split.gif) right 9px no-repeat;
}
#nav li a.top_link {
	display:block;
	margin-right:1px;
	padding:5px 5px 0 5px;
	float:left;
	line-height:14px;
	height:42px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
}
#nav li a.top_link span {
	float:left;
	display:block;
	height:53px;
}
#nav li:hover a.top_link {
	color:#294406;
	background:#97cf4f;
}
#nav li:hover a.top_link span {
}
/* Default list styling */

#nav li:hover {
	z-index:1000;
}
#nav li:hover ul.sub {
	left:0px;
	top:47px;
	background: #97cf4f;
	white-space:nowrap;
	width:962px;
	height:auto;
	z-index:1000;
	padding-left:6px;
}
#nav li:hover ul.sub li {
	display:block;
	height:35px;
	padding:0 5px 0 0;
	float:left;
	font-weight:normal;
}
#nav li:hover ul.sub li a {
	display:block;
	font-size:12px;
	font-weight:bold;
	height:25px;
	padding:5px;
	line-height:25px;
	color:#294406;
	text-decoration:none;
}
#nav li:hover ul.sub li a:hover {
	background:#568a14;
	color:#fff;
}
#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 {
	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;
}
