a.toggleMenu {
    display:  none;
    background: url(../images/menu-bg-m.gif) no-repeat right 10px #018ccf;
    padding: 12px 3%;
    color: #fff;
	width: 94%;
	text-decoration:none;
	
}

.nav {
    list-style: none;
     *zoom: 1;
	 float: right;
	 width: 87%;
	 z-index:9999;
	 
	
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
	z-index:9999;
	
}
.nav:after {
    clear: both;
	
	
}
.nav ul {
    list-style: none;
    width: 220px;
	border-bottom:5px solid #05628f
	
	
}
.nav a {
	
    padding: 16px 25px;s
	padding: 16px 10px\9;
    color:#fff;
	font-family:'Merriweather Sans', sans-serif; font-weight:700;
	text-transform:uppercase;
	font-size: 12px;
	text-decoration:none;
	
}
.nav li {
    position: relative;
	
}
.nav > li {
    float: left;
   
	background: url(../images/menu-sept.gif) no-repeat right 22px ;
}
.nav > li > .parent {
    background-image: none;
    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.hover a {
    color: #fff
}
.nav li li a {
    display: block;
    background: #018dcf;
    position: relative;
    z-index:100;
    border-top: 1px solid #fff;
	text-decoration:none;
	font-weight:400;
	padding: 10px 10px
}
.nav li li a:hover, .nav li li.hover a{background: #d50404}
.nav li li li a {
    background:#7E5CB0;
    z-index:200;
    border-top: 1px solid #9A7EB8;
}
@media screen and (max-width: 768px) {
.nav a{padding: 16px 6px}
}
@media screen and (max-width: 641px) {
    .active {
        display: block;
    }
	.nav {float: none; background: #7E5CB0; position:absolute; width: 100%}
    .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;
    }
	.nav a {
		padding: 10px 10px;
	}
	.nav > li {
		border-top: 1px solid #fff;
		background: none ;
	}
	.nav li li a{background:#9375bd}
	.nav li li li a{background:none #9375bd !important}
	.nav li li a:hover, .nav li li.hover a{background:url("../images/downArrow.png") no-repeat 95% 50% #9375BD}

}