
.container {
    width:100%;
	background:url(../images/dotted.png) repeat-x left bottom;
    /*max-width:1000px;*/
    margin:0;
	float:left;
}
.toggleMenu {
    display:  none;
    background:url(../images/menu_icon.png) no-repeat 98% center;
    padding:15px; text-align:left;
    color: #333;
	width:100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; 
	height:50px; text-decoration:none; font-weight:bold; font-size:18px; letter-spacing:1px; text-transform:uppercase; 
	font-family:Tahoma, Geneva, sans-serif;
}
.nav {
    list-style: none;
     *zoom: 1;
     /*background:#175e4c;*/
	 text-align:right;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
   /* padding:15px 18px;*/
    color:#fff;
}
.nav li:hover a {color:#D18A08;}
.nav li a.active {color:#D18A08;}
.nav a:hover {color:#D18A08;}

.nav li {
    position: relative;
	 padding:15px;
}
.nav > li {
    float: left;
	background:url(../images/nav_divider.png) no-repeat right center;
}

.nav > li.last {background:none;}

.nav > li > .parent {
    background-image:url(../images/downArrow.png);
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
	font-size:16px; font-weight:bold; color:#000; text-decoration:none; font-style:normal; letter-spacing:0.5px;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	width:220px;
	border:1px solid #c07e05; border-top:none; top:43px;
}
.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;
    position: relative;
    z-index:100;
	font-size:15px; font-weight:bold; color:#fff!important; text-decoration:none; text-align:left; 
	background:#D18A08; border-top:1px solid #c07e05; padding:10px 15px;
}
.nav li li a:hover {background:#9EAD29;}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media screen and (max-width:640px) {
    .active {
        display: block;
    }
	.container  {width:100%;}
    .nav > li {
        float: none;
		background:none;
		border-bottom:1px dashed #9EAD29;
    }
    .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;
    }
	
	/* ========== css made by own start here ========== */
	
	.nav {background:#C4D839; margin-bottom:17px; border:1px solid #9EAD29; padding:10px; text-align:left;}
	.nav li  ul {width:100%;}
	.nav li a:hover {color:#fff;}

}