/* =Menu
-------------------------------------------------------------- */
a#pull {
	display: none;
}
#navigation {
	font-family: HelveticaNeueCondensed;
	font-size: 14px;
	width: 960px;
	z-index: 9999;
	margin: 0 auto;
}
#navigation ul {
	list-style: none;
	margin:0;
}
#navigation li {
	float: left;
	position: relative;
	z-index:99;
}
#navigation a {
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 26px;
	padding:0px;
	width:119px;
	text-align:center;
	background: #11714A;
	border:2px solid #FFFFFF;
	margin:18px 39px 18px 30px;
}
#navigation ul ul {
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	left: 0;
	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;
	width: 215px;
	font-family: HelveticaNeueCondensed;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #005984;
	background-color: #0072A8;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #005984;
}
#navigation li:hover > a, #navigation ul ul :hover > a, #navigation a:focus {
	color: #F9CD48;
}
#navigation li:hover  {
	color: #F9CD48;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#navigation ul li:hover > a, #navigation a:focus {
	font-weight: normal;
	background:#0B462F;
}
#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: normal;
}
/*#navigation ul li a.active{
	background:#0B462F url(../images/menu-arrow.png) no-repeat bottom center;	
}*/
#navigation ul li a.active{
	background:#0B462F;	
}
#navigation  > ul > li a.active:after {
	content: '';
	display: block;
	width: 20px;
	height: 10px;
	position: absolute;
	left: 44%;
	bottom: 10px;
	background: url(../images/menu-arrow.png) no-repeat bottom center;
}
