nav, ul, li, a {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
.toggleMenu {
	display: none;
	/*background: #666;*/
	padding: 5px 15px;
	color: #fff;
	z-index: 9999;
}
.nav {
	list-style: none;
 *zoom: 1;
	float: right;
}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 15em;
}
.nav a {
	padding: 12px 17px;
	color: #fff;
	font-size: 16px;
	font-family: Arial, sans-serif;
	/*border-bottom:4px solid #013B53;*/
	transition: all 1s ease 0s;
}
.nav li {
	position: relative;
}
.nav > li {
	float: left;
}
.nav > li > .parent {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: right;
}
.nav > li > a {
	display: block;
	font-size: 13px;
	font-weight: bold;
	border-right: solid 1px;
}
.no_border {
	border: none !important;
}
.nav li ul {
	position: absolute;
	left: -9999px;
	z-index: 99999;
	background: url(../images/li_bg.png) repeat;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	/*background: #013a52;*/
	position: relative;
	z-index: 100;
	padding: 8px 17px;
	/*border-top:1px solid #002E46;
	border-bottom:1px solid #205971;*/
	font-size: 13px;
}
.nav li li a:hover {
	color: #000;
}
.submenu > li > a.active {
	color: #FFECBF !important;
}
.nav li li li a {
	background: #114058;
	z-index: 200;
}
.caption_title_line a:hover {
	color: #FFECBF;
}
.nav li li li a:hover, .nav li li a:hover {
	text-decoration: none;
	color: #ccc;
	background: #444;
}
.nav > li > a:hover {
	text-decoration: none;
}
.nav > li > a.active {
	text-decoration: none;
	background: #bf3303;
	color: #fff;
	border: none !important;
}

.nav > li > a.active:hover{
	color:#fff !important;}

.nav > li > a:hover {
	color: #a62a00;
}
.nav .current_page_item a {
	text-decoration: none;
}
.nav .current_page_item ul li a {
	color: #fff;
	font-weight: normal;
}
.nav .current-page-ancestor a {
	color: #fff;
}
.nav .current-page-ancestor ul li a {
	color: #fff;
	font-weight: normal;
}
.nav .current-page-ancestor ul li.current_page_item a {
	color: #fff;
}
.nav .current-page-ancestor ul li.current_page_item ul li a {
	color: #fff;
	font-weight: normal;
}
.nav .current_page_parent a {
	color: #fff;
}
.nav .current_page_parent ul li a {
	color: #fff;
	font-weight: normal;
}
.nav .current_page_parent ul .current-menu-item a {
	color: #fff;
}
.nav .current-page-ancestor ul li.current-page-ancestor a {
	color: #fff;
}
.nav .current-page-ancestor ul li.current-page-ancestor ul li a {
	color: #fff;
	font-weight: normal;
}
.nav .current-page-ancestor ul li.current-page-ancestor ul li.current_page_item a {
	color: #fff;
}

@media screen and (max-width: 768px) {
.active {
	display: block;
}
.nav > li {
	float: none;
}
.nav > li > .parent {
	background-position: 95% 50%;
}
.nav li li .parent {
	background-image: url("images/downArrow.png");
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul, .nav li li.hover ul {
	position: static;
}
}
