/* =Menu
-------------------------------------------------------------- */
a#pull {
	display: none;
}
#navigation {
	height: 47px;
	font-family: HelveticaNeueCondensed;
	font-size: 18px;
	width: 980px;
	margin:0 auto;
	position:absolute;
	z-index:9999;
	left: 52px;
	top: 148px;
}
#navigation ul {
	list-style: none;
	padding-left: 0;
	margin: 0 auto;
	width:960px;
	height: 44px;
	/*background:url(../images/nav_bg.jpg) repeat-x left top;*/
}
#navigation li {
	float: left;
	position: relative;
	z-index:99;
}
#navigation a {
	color: #62680F;
	display: block;
	text-decoration: none;
	line-height: 44px;
	padding-top: 0;
	padding-right: 24px;
	padding-bottom: 0;
	padding-left: 25px;
}
#navigation ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	left: 0px;
	width: 188px;
	z-index: 99999;
}
#navigation ul ul ul {
	left: 100%;
	top: 0;
}
#navigation ul ul a {
	color: #fff;
	font-weight: normal;
	height: auto;
	line-height: 20px;
	padding: 6px 6px;
	width: 168px;
	font-family: HelveticaNeueCondensed;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FEFEFE;
	background-color:#62680F;
	font-size: 14px;

}
#navigation li:hover > a, #navigation ul ul :hover > a, #navigation a:focus {

}
#navigation li:hover > a, #navigation a:focus {
			background-color: #003300;
			color:#FFFFFF;

}
#navigation ul li:hover > ul {
	display: block;

}
#navigation .current-menu-item > a, #navigation .current-menu-ancestor > a, #navigation .current_page_item > a, #navigation .current_page_ancestor > a {
	font-weight: bold;

}
