a {text-decoration: none;}
.container {
    width: auto;
    
   /* margin: 2px auto;*/
}
/*
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
} */
.abc {
        width: 100%;
        height: 40px;
        background: :#FFFFFF;
}
.toggleMenu {

width: 92%;
height: 29px;
background: #357ebd;
background-image: -ms-linear-gradient(left, #357ebd 0%, #428bca 100%);
background-image: -moz-linear-gradient(left, #357ebd 0%, #428bca 100%);
background-image: -o-linear-gradient(left, #357ebd 0%, #428bca 100%);
background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #357ebd), color-stop(1, #428bca));
background-image: -webkit-linear-gradient(left, #357ebd 0%, #428bca 100%);
background-image: linear-gradient(to right, #357ebd 0%, #428bca 100%);
float: left;
cursor: pointer;
margin: 4px 10px 0 10px;
padding: 5px 2px 0 8px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 14px;

}
    
    .toggleMenu .icon {
  display: block;
  width: 18px;
  height: 2px;
  margin-top: 3px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.nav {
   /* list-style: none;
     *zoom: 1;
     background:black;*/
     width: 100%;
    background:#fff;     /*#620D0A;*/
    font-size: 10pt;
   
    font-weight: bold;
    position: relative;
    border-bottom: 2px solid #357ebd;  /*#620d0a*/
     border-top: 2px solid #357ebd;

}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    /*
    list-style: none;
    width: 9em;*/
    padding: 0;
margin: 0px 0px;

border-top: 2px solid #CDCDCD;
border-bottom: 2px solid #CDCDCD;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;

    
}
.nav a {
    /*
    padding: 10px 15px;
    color:#fff;*/
    color: #505050; /*#fff*/
    display: inline-block;
    width: 140px;
    text-align: center;
    text-decoration: none;
    line-height: 40px;

    
}
.nav li {
    position: relative;
    list-style: none
}
/* Added by SV for hover */
.nav a:hover, nav a:active {
  /*  background-color: #e75f22;*/
     color: #357ebd;

}
.nav > li {
    float: left;
    
  
}
.nav > li > .parent {
   
    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:#FFFFFF;
    position: relative;
    z-index:100;
    border-right: 2px solid #CDCDCD;
    border-left: 2px solid #CDCDCD;
    width:150px;
    font-size: smaller;
    text-align: left;
    padding-left: 5px;
    
    
}
.nav li li li a {
    background:#249578;
    z-index:200;
  
}

@media screen and (max-width: 768px) {
    
    .nav li li a {
    display: block;
    background:#FFFFFF;
    position: relative;
    z-index:100;
   
    border-left: 2px solid #CDCDCD;
    width: 250px;
    text-align: left;
    padding-left: 15px;
    line-height:25px;
    
    .active {
        display: block;
    }
    .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;
    }

}