
@font-face {
    font-family: 'SohoGothicProMedium';
    src: url('../fonts/SohoGothicProMedium.eot');
    src: url('../fonts/SohoGothicProMedium.eot') format('embedded-opentype'),
         url('../fonts/SohoGothicProMedium.woff2') format('woff2'),
         url('../fonts/SohoGothicProMedium.woff') format('woff'),
         url('../fonts/SohoGothicProMedium.ttf') format('truetype'),
         url('../fonts/SohoGothicProMedium.svg#SohoGothicProMedium') format('svg');
}
@font-face {
    font-family: 'SohoGothicProRegular';
    src: url('../fonts/SohoGothicProRegular.eot');
    src: url('../fonts/SohoGothicProRegular.eot') format('embedded-opentype'),
         url('../fonts/SohoGothicProRegular.woff2') format('woff2'),
         url('../fonts/SohoGothicProRegular.woff') format('woff'),
         url('../fonts/SohoGothicProRegular.ttf') format('truetype'),
         url('../fonts/SohoGothicProRegular.svg#SohoGothicProRegular') format('svg');
}


nav, ul, li, a  {margin: 0; padding: 0; outline:none;}

a {text-decoration: none;}

.toggleMenu {
    display:  none;
    padding: 7px 100px 7px 100px;
    color: #fff;
	font-size:18px;
	outline:none;
	background:url(../images/menu.png) no-repeat 0px top #025fd3;
}


.nav {
    list-style: none;
     *zoom: 1;
	 margin:0;
	 padding:0; 
	 text-align:center;

}

.nav:before,

.nav:after {
    content: " "; 
    display: table; 
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: auto;
	text-align:center;
}

.nav a {
    margin: 0px 0px 0px 0px !important;
	padding:0px 10px !important;
	font-size: 16px;
	font-weight:normal;
	line-height:40px;
	color: #fff;
	text-transform:uppercase;font-family:arial;
	
}

.nav a:hover {
	color: #042849;
	text-decoration:none;
	background:#fff;
}

.nav .active {
	color: #042849;
	text-decoration:none;
	background:#fff;
}

.nav li {
    position: relative;
}

.nav .grid {
    position: relative;color: #e2e2e2;font-size:14px;
}

.nav > li {
    display:inline-block;
}

.nav > li > .parent {
/*background:url(../images/navarow.png) no-repeat left top;*/
}

.nav > li > a {
    display: block; 
}

.nav > li > a:hover {
	
}

.nav li  ul {
    position: absolute;
    left: -9999px;
	 background-color:#FFFFFF; border:1px solid #e1e1e1;padding: 0px 15px 0px 15px !important; z-index:99;
}

.nav li  ul li {
    border-bottom:1px solid #e9e9e9;
}
.nav li ul li:last-child {
border-bottom:none
}

.nav > li.hover > ul {
    left: 0;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
	margin-top:34px;
}

.nav li li a {
    display: block;
	width:90px;
    position: relative;
    z-index:100;
	font-size:14px !important;
	color:#868686;
	padding: 8px 0px 8px 8px !important;
	text-align:left;font-family: 'SohoGothicProRegular'; text-transform:none
}



.nav li li li a {
    z-index:200;color:#868686 ;
}



@media only screen and (min-width: 992px) and (max-width: 1200px) {
.nav {
	 margin:4px 0px 0px 0px;
}

.nav a {
    margin: 0px 0px 0px 0px !important;
	padding:0px 12px 10px 12px !important;
	font-size: 11px;
	font-weight:normal;
	line-height:19px;
	color: #868686;
	text-transform:uppercase;
	
}
.nav .grid {
    position: relative;color: #FFFFFF;font-size:12px; padding-top:0px;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.nav a {
    margin: 0px 0px 0px 0px !important;
	padding:0px 12px 10px 12px !important;
	font-size: 12px;
	font-weight:normal;
	line-height:16px;
	color: #868686;
	text-transform:uppercase;
	
}


}


@media only screen and (max-width: 767px) {

.nav {
	 margin:15px 0px 10px 0px;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
.menu_section {

}
a{
outline:none;
}
.toggleMenu {
    display:  none;
    padding: 5px 0px 7px 0px;
    color: #fff;
	font-size:18px; line-height:22px;
	outline:none;
	background:url(../images/menu.png) no-repeat 0px top #153a8c;
	float:left;
	width:100%;
	text-align:center;
} 
.toggleMenu:hover {
	color:#FFFFFF;
	text-decoration:none;
}
   .active {
	display: block;
}

.nav > li {
	width:100%;
	text-align:left;
}

.nav li li .parent {
	background:url(../images/downArrow.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
.nav > li > .parent {
background:url(../images/downArrow.png);
background-repeat: no-repeat;
background-position: right;
}
.nav > li > .parent:hover {
background:url(../images/downArrow.png);
background-repeat: no-repeat;
background-position: right;
}


.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul , .nav li li.hover ul {
	position: static;
}
.nav a {
    padding: 0px 0px 0px 10px !important;
	margin:0px 0px 10px 0px !important;
	font-size: 15px;
	font-weight:normal;
	line-height:18px;
	color: #868686;
	text-transform:uppercase;
}
.nav .grid {
    display:none !important;
}
.nav li  ul {
    margin: 0px 0px 10px 0px !important;
}
.nav li li a {
    display: block;
	width:90px;
    position: relative;
    z-index:100;
	font-size:14px !important;
	color:#868686;
	padding: 8px 0px 0px 8px !important;
	text-align:left;font-family: 'SohoGothicProRegular'; text-transform:none
}

.nav > li > a:hover {
    color:#153a8c;
	text-decoration:none;
	border-bottom: none;

}

.nav a:hover {
	color:#153a8c;
	text-decoration:none;
}

.nav .active {
	color:#FFFFFF;
	text-decoration:none;
	border-bottom: none;
}


}