#navigation {
	height: 49px;
	font-family: HelveticaNeueCondensed;
	font-size: 15px;
	width: 952px;
	z-index: 9999;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-weight: normal;
	background-image: url(../images/mnu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 10px;
}
#navigation ul {
	list-style: none;
	padding-left: 20;
	width: 960px;
	height: 42px;
	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: 47px;
	padding-top: 2px;
	padding-right: 34px;
	padding-bottom: 0;
	padding-left: 34px;
	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: 200px;
	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: #FF9900;
}
#navigation li:hover  {
	color: #FFAE35;
	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;
