/* =Menu
-------------------------------------------------------------- */

#access ul, #access a {
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform:none;
	font-family: 'Oswald', sans-serif;
	font-weight:400;
}

 /*--------START SUBMENU ALTERATION-------------*/

 #access ul, #access a {

}
  /*--------END SUBMENU ALTERATION-------------*/

/* Level 1 "off" background color/image  NOTE: delete the background css to have no bgd for Level 1*/
#access {
	/*background: #000;*/
	display: block;
	float: left;
	/*Set this left and right margin to push the entire menu to the left or right*/
	margin: 0px 0px 0px 0px;
	text-transform:uppercase;

}

#access .menu-header,
div.menu {
	font-size: 18px;
	margin-left: 0px;

}

#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;

}
#access a {
	color: #ffffff;
	display: block;
	line-height: 80px;
	padding: 0 16px 0 16px;

	text-decoration: none;
	text-transform:uppercase;

}

 /*--------END SUBMENU ALTERATION-------------*/
#access ul ul {

	display: inherit;

	visibility: hidden;
	opacity: 0;
	transition:ease-in-out visibility 0s, opacity 0.25s linear;
	padding-top:0px;

	position: absolute;
	top: 80px;
	left: 0;
	float: left;
	width: 100%;
	z-index: 99;
	background-color: rgba(0,92,165,.90);
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:14px;

}

#access ul ul h2 {
	font-family: 'Source Sans Pro', sans-serif; font-weight:bold; font-size:16px; padding:0px; margin:0px; color:#FFFFFF
}
 /*--------Moves the drop down for the last menu item to the left 60px so that it doesnt run off the browser window-------------*/
#access ul li:last-child ul{

	/*left: -60px;*/

}

 /*--------END SUBMENU ALTERATION-------------*/
#access ul ul li {
	width:100%
}
#access ul ul ul {
	left: 100%;
	top: 0;
}

/* Level 2 "off" background color/image */
#access ul ul a {


	line-height: 1em;

	/*width: 160px;*/
	padding:0px;
	height: auto;
	color:#FFFFFF;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:inherit;
	text-align:left;
	font-size:14px;


}

/* Level 1 and 2 "hover" background color/image */
#access li:hover > a {
	/*background:#f36f21;*/
	color: #ffcc33;

}


#access ul ul :hover > a {
	/*background:#333333;*/
	color: #ffcc33;
	border-left:none;
	border-right:none;
	border-top:none;


}
#access ul li:hover > ul {
	display: block;
	visibility: visible;
  opacity: 1;
}
#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: #9e0b0f;
}
* 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: #9e0b0f;
}