nav, ul, li, a { margin: 0; padding: 0; }
a { text-decoration: none; }
.toggleMenu { display: none; /*background: #666;*/ padding: 0; color: #fff; z-index: 9999; }
.nav { list-style: none; *zoom: 1;
float:left; }
.nav:before, .nav:after { content: " "; display: table; }
.nav:after { clear: both; }
.nav ul { list-style: none; width: 15em; }
.nav a { padding: 12px 17px; font-family: 'roboto_slabregular'; /*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; /*border-bottom: 2px solid rgba(0,0,0, .0);*/ color: #292929; font-size: 15.5px; }
.nav li ul { position: absolute; left: -9999px; z-index: 99999; background-color: #1c1f26;}
.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 #0f141f; border-bottom: 1px solid #2c3652; font-size: 13px; color: #fff; }
.nav li li a:hover { color: #fff; background:#ba7855;  }
.submenu > li > a.active { color: #a25730 !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; }
.nav > li > a:hover, .nav > li > a.active { text-decoration: none; color: #a25730;  }
.nav .current_page_item a { text-decoration: none; border-bottom: 2px solid #077eb5; }
.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: 991px) {
.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; }
}
