
a {text-decoration: none; color:#000;}
.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
.toggleMenu {
    background: none repeat scroll 0 0 #E90046;
    color: #FFFFFF;
    display: none;
    font-family: 'Calibri';
    font-size: 19px;
    padding: 4px 0.7%;
}
.pull-down{
	background:url(../img/pull-down.png) no-repeat;
	display:block;
	float:left;
	width:24px;
	height:24px;
}
.nav {
    list-style: none;
     *zoom: 1;
	 text-transform:uppercase;
	 margin:0 !important;
	 padding:0 !important;
	 
    
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 2px 4px;
    color:#4e4e4e;
	 font-family: 'Calibri';
	 font-size:18px;
}
.nav li a:hover {
	color:#4e4e4e;
	border-bottom:3px solid #e90046;
}
#active{
	color:#4e4e4e;
	border-bottom:3px solid #e90046;
}
	
.nav li {
    position: relative;
	 padding: 0 18px;
	
}
.nav > li {
    float: left;
   
}
.nav > li > .parent {
    background-image: url(".../img/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	width:220px;
	top:26px;
	margin:0 !important;
	padding:0 !important;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li {
	padding:0;
}
.nav li li a {
    display: block;
    background: #ea0b4e;
    position: relative;
    z-index:100;
    border-top: 1px solid #fff;
	font-size:15px;
	color:#fff;
	padding:10px;
	transition:all ease-out 0.2s;
	-moz-transition:all ease-out 0.2s;
	-webkit-transition:all ease-out 0.2s;
	-o-transition:all ease-out 0.2s;
	-ms-transition:all ease-out 0.2s;
}
.nav li li a:hover{
	background:#ea0b4e;
	color:#fff;
	border-bottom:3px solid #fff;
}
.nav li li li a {
    z-index:200;
	color:#fff;
    background: #ea0b4e;
	transition:all ease-out 0.2s;
	-moz-transition:all ease-out 0.2s;
	-webkit-transition:all ease-out 0.2s;
	-o-transition:all ease-out 0.2s;
	-ms-transition:all ease-out 0.2s;
}
.nav li li{
	background:none !important;
}
.nav li li li{
	background:none !important;
}
.nav li li ul{
	margin-left:1px !important;
	padding:0 !important;
	
}

@media screen and (max-width: 767px) {
	.navigation{
		background:none;
	}
	.nav{
		 
		  width:98%;
		  position:absolute;
		  z-index:999999;
		  background:#ea0b4e;
		  
	}
	.nav a{
		
		 color:#fff;
		 padding:6px 15px;
	}
	
    .active {
        display: block;
    }
    .nav > li {
        float: none;
		 border-top:1px solid #fff;
		 background:none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li .parent {
        background-image: url("../img/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
	.nav li a:hover{
	overflow:hidden;
	border:0 none;
	color:#ea0b4e;
	border:0 none;
	background:#fff;
	}
	#active{
	color:#fff;
	border:0 none;
	
	}
	#active:hover{
	color:#ea0b4e;
	border:0 none;
	
	}
	
	 .nav li .parent:hover{
	    background-image: url("../img/downArrow-hover.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
		background:#
	 }
		 
	.nav li  ul {
		width:100%;
	}
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	.nav li li ul{
	    margin-left:0;
	}
	
	.nav li li a {
		padding: 7px 25px;
	}
	.nav li {
		padding:0;
	}
	.nav li li a:hover{
		border:1px solid #fff;
	}

}