/* =Menu
-------------------------------------------------------------- */
a#pull {
	display: none;
}
#navigation {
	height: 35px;
	font-family: HelveticaNeueCondensed;
	font-size: 14px;
	width: 950px;
	z-index: 9999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: normal;
	background-image: url(../images/mnu-bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	position: relative;
}
#navigation ul {
	list-style: none;
	padding-left: 20;
	width: 960px;
	height: 35px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navigation li {
	float: left;
	position: relative;
	z-index:99;
}
#navigation a {
	color: #fff;
	display: block;
	text-decoration: none;
	line-height: 35px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	text-transform: uppercase;
	background-image: url(../images/mnu-sep.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#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: #777;
	background-color: #333;
	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: #777;
}
#navigation li:hover > a, #navigation ul ul :hover > a, #navigation a:focus {
	color: #AFEA00;
}
#navigation li:hover  {
	color: #67AB2F;
	background-image: url(../images/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
#navigation ul li:hover > a, #navigation a:focus {
	font-weight: normal;
}
#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 span {
	display: block;
	height: 13px;
	width: 12px;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-right: 5px;
}
#tagline {
	position: absolute;
	right: 20px;
	top: 0px;
}