#nav {
	float:left;
	padding: 0 0 0 0;
	margin:0 0 0 320px;
	list-style: none;
	position: relative;
	/*width: 850px;*/
	font-size: 8pt;
	font-weight: normal;
	width:680px;
}

#nav li {
	float: left;
	padding:0;
	margin:0 0 0 0;
	text-align:left;
	display:block;
	white-space:nowrap;
}

#footer #nav li {
	padding:0 5px;
}

#nav li a, #nav li a:hover {
	display:block;
	height:32px;
	padding:10px 8px 0 8px;
	color:#fff;
	text-decoration:none;
}

#nav li a:hover {
	z-index:600;
}


/* Makes the menu work, no need to change */
#nav li, .topnav li {
	float: left;
}

/***** MENU ITEM STYLES *****/
/* Drop down menu items */
#nav li li {
	float: none; /* Makes the menu work, no need to change */
	background:none;
	padding: 0px 8px;
	text-align:left;
	min-width:120px;
	*min-width:120px !important;
	/*border-top: 1px solid #FF6302;*/
}
	/* Last item in drop down menu */
	#nav li li.last {
		/*border-bottom: 1px solid #b80;*/
	}
	/* a hack for IE6 */
	* html #nav li li {
		float: left;
	}

/***** LINK STYLES *****/
/* Top level menu link styles */
/* Top level menu link styles with children */
#nav li a.down {
}
/* 2nd level+ link styles */
#nav li li a, #nav li .current_page_item a, #nav li li a:hover {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 4px;
	font-weight: normal;
	margin: 0;
	text-align:left;
	min-width:120px;
	*min-width:120px !important;
	font-size:8pt;
	color:#391d01;
}

	
/* 2nd level+ link styles with children */
#nav li li a.fly {
}

/***** DROP DOWN MENU POSITIONING *****/
/* Makes the menu work, no need to change */
#nav li:hover{
	position: relative;
	z-index: 600;
	background:#7db152;
}

#nav li a:hover {
	background:#7db152;
	z-index:1000;
	position:relative;
}

#nav li:hover li, #nav .current_page_item li {
	border-bottom:none;
}	
/* 2nd level menu position relative to bottom left of parent */
#nav li:hover ul {
	left: -5px;
	top: 37px;
	z-index: 500;
	background:#fff;
	margin:0;
	padding:10px 0;
	border:2px solid #7db152;
	border-top:none;
	border-left:none;
}

/* Makes the menu work, no need to change */
#nav ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
	/* a hack for IE6 */
	* html #nav ul {
		width: 2px;
	}
/* 3rd level+ menu position relative to top right of parent */
#nav li:hover li:hover > ul {
	left: -5px;
	margin-left: 100%;
	top: -1px;
	z-index: 400;
}
/* Keep further levels hidden, no need to change */
#nav li:hover > ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: auto;
}

#nav li li:hover, #nav li li {
	width:auto;
}
#nav li li:first-child {
	border-top:none;
}

#nav li li:hover {
	background:#fff;
}


#nav li li a:hover {
	z-index:300;
	background:#f2eeeb;
}