@font-face {

 font-family: 'MyriadProRegular';

 src: url('../fonts/myriadpro-regular_1.eot');

 src: url('../fonts/myriadpro-regular_1.eot') format('embedded-opentype'), 
 url('../fonts/myriadpro-regular_1.woff') format('woff'), 
 url('../fonts/myriadpro-regular_1.ttf') format('truetype'), 
 url('../fonts/myriadpro-regular_1.svg#MyriadProRegular') format('svg');

}


a {text-decoration: none;}
.menu_container {
    width: 100%;
  /*  max-width: 900px;*/
    margin: 10px auto 0;
	float:left;
}
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
}
.nav {
    list-style: none;
     *zoom: 1;
	 
	 font-family: 'MyriadProRegular';
/*     background:#175e4c;*/
background:url(../images/menu-bg.gif) repeat-x;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
	
	
}
.nav a {
    padding: 10px 15px;
    color:#fff;
	font-size: 15px;
    text-transform: uppercase;
	font-family: 'MyriadProRegular';
	background:url(../images/menu-bg.gif) repeat-x;
}



.nav a:hover{

background:url(../images/menu-bg-hover.gif) repeat-x;

}



.nav li {
    position: relative;
}
.nav > li {
    float: left;
  
}
.nav > li > .parent {
    background-image:url(../images/button-bullets.png);
    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 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: 768px) {
    .active {
        display: block;
    }
    .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;
    }

}