body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Arial" } /*"Helvetica Neue", Helvetica, Arial, sans-serif; } */
a {text-decoration: none;}
.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
    font-weight:bold;
 
    border:1px #1E90FF solid;
    margin:20px auto;
    padding:3px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}
.toggleMenu {
    display:  none;
    background: #1E90FF;/*#0E2684;/* #666;*/
  /*  padding: 10px 15px;*/
    color: #fff;
    width:14em;       
}
.nav {
    /*height:10px; /* added */
    list-style: none;
    *zoom: 1;
    background:  #1873CC;/*#3399FF; /*#175e4c;*/ /* Main Menu */
}
.nav:before,
.nav:after {
    content: " "; 
    display:  table;
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 14em;/*9em;*/
}
.nav a {
    padding: 10px 15px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;


    border-top: 1px solid #125699;/*#349BFF;/*#3399FF;/*#22ddff;/*#104336;*/
}
.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;
   /*#1d7a62;*/
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
 
      /*background:	#000; /*#1d7a62;*/
}
.nav li li a {
    display: block;
  /*  background:	#3385D6; /*#1d7a62;*/
    background-color:#F0F8FF;
    color:#000080; /*#3385D6; */
    position: relative;
    z-index:100;
     border:1px #3385D6 solid;
   
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    /*border-top: 1px solid #3385D6; */
}
.nav li li li a {
     background:#4D94DB; /*#249578;*/
    
    z-index:200;   
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 768px) {
    .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;
      
    }

}

.DevelopedFrontPage {
    font-family: 'Arial';
    font-weight: bold;
    font-size: small;
    color:#1947D1;/* #0E2684; /*#e7e5e5; #ac0000;*/
    text-decoration:none;
    display:block;

    /*background-color: white;*/
  /*  text-shadow:0 2px 2px rgba(0,0,1,.6);*/
    font-style:oblique;
}