/* =Menu
-------------------------------------------------------------- */
#navigation {
	height: 55px;
	font-family: HelveticaNeueCondensed;
	font-weight:normal;
	font-size: 17px;
	width: 654px;
	float: left;
}
#navigation .navCentre {
	background: url(../images/nav-bg.png) repeat-x;
	float: left;
	height: 54px;
	width: 654px;
}
#navigation .navRight {
	background: url(../images/nav-right-bg.png) no-repeat left top;
	height: 40px;
	width: 10px;
	float: left;
}
#navigation .navLeft {
	background: url(../images/nav-left-bg.png) no-repeat left top;
	width: 10px;
	float: left;
	height: 40px;
}
#menu-top-menu {
	font-family: HelveticaNeueCondensed;
	height:40px;
	position:relative;
	z-index:500;
}
#menu-top-menu li.top {
	display:block;
	float:left;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right top;
}
#menu-top-menu li.menu-item {
	display:block;
	float:left;
	background: url(../images/nav-line.gif) no-repeat right top;
}
#navigation ul {
	font-size: 15px;
	list-style: none;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#navigation li {
	float: left;
	position: relative;
}
#navigation a {
	color: #fff;
	font-size: 17px;
	display: block;
	text-decoration: none;
	line-height: 52px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #008BBF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #33B6E7;
}
#navigation li.noBdr a { border:none; 
}
#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 {
	background: #E7DFDA;
	color: #ccc;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	line-height: 54px;
	padding: 6px 10px;
	width: 168px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
#navigation li:hover > a, #navigation ul ul :hover > a, #navigation a:focus {
	background: #E7DFD0;
}
#navigation li:hover > a, #navigation a:focus, #navigation a.active {
	background:url(../images/menu-center.png) repeat-x; 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;
}
