/* =Menu
-------------------------------------------------------------- */
#access .menu-header,
div.menu {
margin: 0;
	padding: 0;
	z-index: 30;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}
#access .menu-header li,
div.menu li {
margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: normal 12px arial;
	position: relative;
}
#access a {
	display: block;
	margin: 0 1px 0 0;
	padding: 9px 20px 8px 16px;
	background: #0a336b;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	font: normal 12px arial;
}
#access a:visited {
	display: block;
	background: #0a336b;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;	
	font: normal 12px arial;
}
#access a:hover{	
background: #365886;
}
#access ul ul {
	display: none;
	position: absolute;
	top: 26px;
	left: 0;
	float: left;
	width: 219px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 219px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	position: relative;
	display: block;
	margin: 0;
	padding: 2px 5px;
	width: 217px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #0a336b;
	border:0.5px solid #000;
	color: #fff;
	font: normal 12px arial;
	text-transform:capitalize;
}
#access ul ul a:hover {
	width: 217px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #365886;
	color: #fff;
	font: normal 12px arial;
	text-transform:capitalize;
}
#access ul ul a:visited {
	width: 217px;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	background: #0a336b;
	color: #fff;
	font: normal 12px arial;
	text-transform:capitalize;
}
#access li:hover > a,
#access ul ul :hover > a {
background: #294672;
	color: #fff;
}
#access li:hover > a,
#access ul ul :visited > a {
background: #294672;
	color: #fff;	
	}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}