.container {
    margin: 0px 0px 0 0;

    /*/padding: 0 5px;/*/
    float: right;
    text-transform: uppercase;
    font-size: 15px;
}

.toggleMenu {
    display: none;
    background: url(images/menu-icon.png) no-repeat center;
    width: 100%;
    color: #fff;
    height: 30px;
    padding: 5px;
    text-decoration: none;
    border-radius: 5px;
    width: 42px;
}

.nav {
    list-style: none;
    *zoom: 1;
}

.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    width: 9em;
}

.nav a {
    padding: 4px 10px;
    color: #666;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.nav li {
    position: relative;
}

.nav > li {
    float: left;
}

.nav > li + li {
    background: url(../images/menu-sep.jpg) repeat-y left;
}

.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 10px;
}

.nav > li > a {
    display: block;
    padding: 10px 0px;
    margin: 0 0 0 40px;
    line-height: 12px;
    font-size: 14px;
}

.nav li ul {
    position: absolute;
    left: -9999px;
    width: 180px;
}

.nav > li.hover > ul {
    left: 0;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
}

/*.nav li li a {
display: block;
background: #a30046;
position: relative;
z-index:100;
 border-top: 1px solid #be0454;
 height:25px;

}*/
li.splink {
    margin-left: 2px;
}

.nav li li a {
    background: none repeat scroll 0 0 #00529b;
    border-top: 1px solid #c1b121;
    display: block;
    position: relative;
    font-size: 14px;
    height: 30px;
    z-index: 100;
}

.nav li li li a {
    color: #fff;
    z-index: 200;
    border-top: 1px solid #c1b121;
    width: 222px;
    padding: 9px 18px 3px 13px;
}

.nav > li:hover a, .nav > li.selected a {
    border-bottom: 2px solid #548896;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.nav li li a:hover {
    background: #c1b121;
    border-top: 1px solid #c1b121;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

@media screen and (max-width: 800px) {
    .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;
        margin-left: 0%;
        width: 100%;
    }

    .nav > li > a {
        padding: 10px;
    }

    .nav > li + li {
        background-image: none;
    }

    li.splink {
        margin-left: 0;
    }
}

/*@media screen and (max-width:2000px) {
    
     .nav > li > .parent {
  background-image:none !important;
   
}

}*/

@media screen and (max-width: 340px) {
    .nav li li .parent {
        background-image: url("images/downArrow.png") !important;
        background-repeat: no-repeat !important;
        background-position: 95% 50%;
    }
}