body, nav, ul, li, a  {margin: 0; padding: 0;}
/*body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }*/
a {text-decoration: none;}
/*.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}*/
.toggleMenu {
    display:  none;
    background: #262b64;
    padding: 2px 15px;
    color: #fff;
    float: right;
}
.nav {
    list-style: none;
     *zoom: 1;
     /*background:#175e4c;*/
    
}
ul.nav{float: right; margin-top: 14px;}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 140px;
    overflow: hidden;
    visibility: visible;
}
.nav a {
    padding: 0px 9px;
    font-size: 12px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    /*border-right: 1px solid #104336;*/
   /* line-height: 20px;*/
}
.nav > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
    color: #292c78;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
    top: 15px;
    display: inline;

}
.nav li li.hover ul {
    left: 100%;
    top: 0;
    padding: 10px 0px;
}
.nav li li a {
    display: block;
    background: #292c78;
    color: #fff;
    position: relative;
    z-index:100;
    border-top: 1px solid #d5d5d5;
    padding: 0 5px;
    line-height: 26px;
}
.nav li li li a {
    background:#292c78;
    z-index:200;
    border-top: 1px solid #d5d5d5;
}

.nav li li a:hover{background: #fff;color: #292c78;border-top: 1px solid #292c78;}

@media screen and (min-width : 320px) and (max-width : 767px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;z-index: 10;
    }
    .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;
    }

    ul.nav{width: 100%;}

    ul.nav li a{padding: 10px; background: #292c78;color: #fff;border-bottom: 1px solid #fff;}

    ul.nav li ul li a{padding: 5px;background: #111355;color: #fff;border-bottom: 1px solid #fff;}

    ul.nav li.last a{background: #fff; margin-top: 0px;}
    ul.nav li.last {background: #fff; margin-top: 0px !important;}

}



