body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;}
.container {
background:#2656A6;
    width: 100%;
    
    margin: 10px auto;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	 border-radius: 6px;
	
}
.con {
	margin:0px;
	padding:0px;
    width: 100%;
	height:100%;
	background-color:#FFF;   /*:#ebebeb;*/
	
}

.cont {
background: url(images/loader.gif) no-repeat 50% 50% 60% 50% ;

	margin:0px;
	padding:0px;
    width: 100%;
	height:100%;
	
	
}
.toggleMenu {
    display:  none;
	
    background:#2656A6;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	 border-radius: 11px;
    padding: 10px 15px;
    color: #fff;
	
}
.ab
{ background-image:url(images/downArrow.png)!important;
background-repeat: repeat-x;

}



.nav {
	text-align:center;
	
    list-style: none;
     *zoom: 1;
background: rgb(30,87,153); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(43,85,175,1) 59%, rgba(38,81,158,1) 64%, rgba(38,81,158,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(59%,rgba(43,85,175,1)), color-stop(64%,rgba(38,81,158,1)), color-stop(100%,rgba(38,81,158,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(43,85,175,1) 59%,rgba(38,81,158,1) 64%,rgba(38,81,158,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(43,85,175,1) 59%,rgba(38,81,158,1) 64%,rgba(38,81,158,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(43,85,175,1) 59%,rgba(38,81,158,1) 64%,rgba(38,81,158,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(43,85,175,1) 59%,rgba(38,81,158,1) 64%,rgba(38,81,158,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#26519e',GradientType=0 ); /* IE6-9 */

	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	 border-radius: 11px;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 13em;
}
.nav a {
    padding: 10px 25px;
    color:#fff;
}
.nav a:hover {
    padding: 10px 25px;
    color:#00F2E7;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
	margin-left:0px;
    border-top: 1px solid #2955ad !important;
}

.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}

.nav > li > a {
    display: block;
}
.nav li  ul {
	
    position: absolute;
    left: -9999px;
}


.nav > li.hover > ul {
	
    left: 0;
}
.nav li li.hover ul {
	
	
    left: 100%;
    top: 0;
	
}
.nav li li a {
    display: block;
    background: #3980d1;
    position: relative;
    z-index:100;
    border-top: 1px solid #000;
	
}
.nav li li a:hover {
 
    background: #3364b2;
	color:#00F2E7;
	
    
    border-top: 1px solid #000;
	
}
.nav li li li a {
    background:#2e6cd0;
    z-index:200;
    border-top: 1px solid #000;
	
}
@media screen and (max-width: 1280px) {

.nav a {
    padding: 10px 15px;
    color:#fff;
}
.nav a:hover {
    padding: 10px 15px;
    color:#00F2E7;
}
}

@media screen and (max-width: 1024px) {

.nav a {
    padding: 12px 11px;
    color:#fff;
}
.nav a:hover {
    padding: 12px 11px;
    color:#00F2E7;
}

.container {
background:#2656A6;
    width: 99%;
    
    margin: 10px auto;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	 border-radius: 6px;
}

}
@media screen and (max-width: 768px) {
  
  
.active {
        display: block;
    }
	.nav { text-align:center;
		
	}
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
       
        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;
    }
    .container {
background:#2656A6;
    width: 99%;
    
    margin: 10px auto;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	 border-radius: 6px;
}
}