body, nav, ul, li, a  {margin: 0; padding: 0;}
a {text-decoration: none;}
.menu-container {
    width: 100%;
    margin:0;
	 float:left ;font:400 16px 'Roboto', sans-serif; text-transform:uppercase; }
.box{position:relative; }
.container2 {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
.toggleMenu {
    display:  none;
    background: url(../images/menu-Icon.png) center no-repeat;
	width:55px;
	height:41px;
    padding:0;
    color: #fff;
	float:right;
	
}
.container2 .toggleMenu {
    display:  none;
    background: #5064a5;
    padding: 10px 15px;
    color: #fff;
} 
.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: 57px 0 20px;
    color:#fff;
	font-size:14px;
}
.nav li:hover ,.active_pg{background:#2c0131; }
.nav li {
    position: relative;
}
.nav li i{ width:50px; height:auto; position:absolute; top:10px; left:0; right:0; margin:auto; z-index:0;}
.nav > li {
	width:16%;
	text-align:center;
    float: left;
    border-top:0px;
}
.nav a .active{ color:#000 !important;}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
	position:relative;
	z-index:1;
}
.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: #1d7a62;
    position: relative;
    z-index:100;
    border-top: 1px solid #175e4c;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width: 1200px) {
    .active {
        display: block;
    }
    .nav > li {
		width:100%;
		overflow:hidden;
        float: none;
		border-bottom:#666 1px solid; color:#fff;
    }
	.nav a { width:100%;}
	.nav a:hover { color:#e8e8e8;}
	.nav > li a{color:#fff;}
    .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 {position: absolute;z-index:9999;  width:300px; border-radius:5px; background:#333; margin-top:34px;}

	.nav a {padding:15px 10px 15px 25px; text-align:left; margin:0;}
	.menu-container { float:left; width:300px; overflow:hidden; margin-top:16px; padding-right:20px;}
	.nav li i{ margin:0; left:auto; right:15px; top:4px;}
    
}

@media screen and (max-width: 1000px) {
	.menu-container { margin-top:20px;}
}
