
.toggleMenu {
    display:  none;
    background:#292e76 url(../images/menu_a.png) no-repeat center;
    padding: 0px 15px;
    color: #fff;
	width:30px;
	height:30px;
	float:right;
}
.toggleMenu:hover{background:#292e76 url(../images/menu_a.png) no-repeat center;}
.active2{background:#fff; color:#b47e19 !important;}
.nav {
    list-style: none;
     *zoom: 1;
	  font-family: 'open_sansregular';
	  float:left;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;   
}
.uni{
	width:470px;
	overflow:hidden;
	background:#fff;
	box-shadow:0px 0px 3px #fff;
}
.scrl{
	width:100%;
}


.uni li{
	float:left;
	width:49%;
}
.uni li a{
	border:0px !important;
}
.uk_menu{
	overflow:hidden; width:49%;
	float:left;
}
.uk_menu2{
	overflow:hidden; width:49%;
	float:right;	
	position:relative;
	margin-top:50px;	
}


.nav a:hover{  color:#292e76; background:#fff;}
.nav a {
	padding:13px 22px;
    color:#fff;
	font-size:14px;
	font-family: 'open_sansregular';
}
.activ{
	background:#fff;
	color:#292e76 !important;
}
.nav li {
    position: relative;
	margin:0px;
	margin-left:1px;
}
.nav > li {
    float: left;
    border-top: 0px solid #104336;
}

.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	
	top:44px;
	z-index:999999;
}

.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background:#fff;
	padding:10px;
    position: relative;
    z-index:100;
    border-top: 0px solid #175e4c;
	border-bottom:1px solid #ccc;
	color:#292e76;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
.nav a{
	 font-size: 16px;
    padding: 14px 20px;
}
.inputcall3 {
    width: 47%;
}


}
@media screen and (min-width: 768px) and (max-width: 959px) {
.nav a{
	font-size: 15px;
    padding: 14px 7px;
}	
.nav li ul{
	top:35px;
}
}


@media screen and (max-width: 766px) {
	.nav{float:left; width:100%;}
    .active {
        display: block;
    }
	.active2{background:none; color:#fff !important;}
    .nav > li {
        float: none;
		background:#fff;
		border-bottom:1px solid #D4D4D4;
		color:#666 !important;
    }
	.uni{
		overflow:hidden;
		border-bottom:1px solid #666;
	}
	.uni li{
		width:50%;
	}
    .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;
    }
	.nav a{
		padding:10px;
		color:#292e76;
		font-size:14px;
		font-family:calibri;
	}
.nav li{margin:0px;}
/*.nav a:hover{background:#d40808;  color:#fff;}*/
.nav li li a {
	border-top:1px solid #DADADA;
	border-bottom:0px;
	
}
.abt li a{
	background:#ccc !important;
}
.uni li a{
	background:#ccc !important;
}
}
@media screen and (max-width: 639px) {
.toggleMenu{
	height:30px;
}
}
@media screen and (max-width: 639px) {
.uni li a{
	border:1px !important;
	border-top:1px solid #DADADA !important;
}
}