.menu_outer {}


.toggleMenu {
	font
	font-family: 'Open Sans', sans-serif;
	font-family: 'Roboto', sans-serif;
	
    display:  none;
    background: #F27322;
	
    padding: 5px 5px; width:100%;
    color: #fff  !important; text-decoration:none !important;
	box-shadow : box-shadow:inset 0px 3px 3px #BBB;
}

.toggleMenu a {
   
    color: #fff !important;
}
.nav {
    list-style: none;
     *zoom: 1;
     background:#F27322;
	 background-image: url(../images/menubg.png); background-repeat:repeat-x; 
	 h!eight:30px;
	 max-width:960px; margin:auto
	
}

.menu_outer { background-image: url(../images/menubg.png); background-repeat:repeat-x;
width:100%;float:left }


.nav:before,
.nav:after {
    content: ""; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    2width: 9em;
	
}
.nav a {
	font-size:11px;
    padding: 10px 7px;
    color:#fff; white-space:nowrap
}

.nav a:after {
	 content: "     •";
	
}

.nav2 li.current:after  {
  
    background: #F1F1F1;
    
    bottom: -5px;
    content: ' '; 
    display: block; 
    height: 10px;
    left: 32px;
    position: absolute; 
    width: 10px; 
    z-index: 99; 
    
    -webkit-transform: rotate(-45deg); 
    -webkit-transform-origin: 50% 50%; z-index:0
}

.nav li.current:after  {

    bottom:0px;
    left: 6px;
    
	position: absolute; 
    content: ' ';
    width: 0;
    height: 0;
    border-bottom: solid 7px #F1F1F1;
    border-left: solid 5px transparent;
    border-right: solid 5px transparent;
	z-index: 0; 
	
	
}






.nav li {
    position: relative;
}

.nav li:hover {
   background:color:#000000 !important
}

.nav li:hover a {
   color:#124432 !important
}


.nav > li {
    float: left;
   
}
.nav > li > .parent {
    background-image: url("downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block; text-decoration:none
}
.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: #175E4C;
    position: relative;
    z-index:100;
    border-top: 1px solid #175e4c;
	 text-decoration:none
}

.nav li li a:hover {
    
     background:#124432;
 
}


.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

.nav > li > ul > li {
       border-bottom:thin #4F8F7F solid
    }



@media screen and (max-width: 868px) {
	
	
.toggleMenu img {width:60%}

.toggleMenu a {text-decoration:none}
	
.nav a:after {
	   display: none;
	 
}

.nav li.current:after  {
 display: none; 
}
	
	
    .active {
        display: block;
    }
    .nav > li {
        float: none; border-bottom:thin #ffffff solid;background: #F27322;z-index:1000;
    }
	
	.nav > li > ul > li {
       border-bottom:thin #4F8F7F solid
    }
    .nav > li > .parent {
        background-position: 95% 50%;text-transform:capitalize; font-weight:bold;margin-left:-5%
    }
    .nav li li .parent {
        background-image: url("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;
    }

}

.menu_wrap {float:left}
.menu_left {float:left}
.menu_in{float:left}