
@font-face {
    font-family: 'TitilliumWebBold';
    src: url('../fonts/titilliumweb-bold.eot');
    src: url('../fonts/titilliumweb-bold.eot') format('embedded-opentype'),
         url('../fonts/titilliumweb-bold.woff') format('woff'),
         url('../fonts/titilliumweb-bold.ttf') format('truetype'),
         url('../fonts/titilliumweb-bold.svg#TitilliumWebBold') format('svg');
}


.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
    position: relative; z-index: 999999;
}
.toggleMenu:hover{background: #666;}
.nav_mid2 {
    list-style: none;
     *zoom: 1;
     background:#175e4c;
}
.nav_mid:before,
.nav_mid:after {
    content: " "; 
    display: table; 
}
.nav_mid:after {
    clear: both;
}
.nav_mid ul {
    list-style: none;
    width: 9em;
}
.nav_mid a {
    padding: 0 0;
    color:#fff;
}
.nav_mid li {
    position: relative;
    background:url(../images/tline.png) no-repeat right bottom !important;
}
.nav_mid li a {
    position: relative;
    font:normal 14px/24px 'titillium_websemibold'; text-transform:uppercase; color:#cecece;
    
}
.nav_mid li a:hover {
    color:#fff !important; background:url(../images/tlineh.png) no-repeat right bottom;
}

.nav_mid li a:active {
    color:#fff !important; background:url(../images/tlineh.png) no-repeat right bottom;
}
.nav_mid > li {
    float: left;
    /*border-top: 1px solid #104336;*/
   display: block;
   margin: 0 4% 0 0;
}
.nav_mid > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
	padding-right: 15px;
}
.nav_mid > li > a {
    display: block;
}
.nav_mid li  ul {
    position: absolute;
    left: -9999px;
}
.nav_mid > li.hover > ul {
    left: 0;
}
.nav_mid li li.hover ul {
    left: 100%;
    top: 0;
}
.nav_mid li li a {
    display: block;
    background: #303030;
    position: relative;
    z-index:100;
    /*border-top: 1px solid #175e4c;*/
   padding: 5px 0;
   text-align: center;
}
.nav_mid li li li a {
    background:#249578;
    z-index:200;
    /*border-top: 1px solid #1d7a62;*/
}

.nav_mid li li a:hover{background: #F97755 !important;}

@media screen and (max-width: 767px) {
    .active {
        display: block;
    }
    .nav_mid > li {
        float: none;
    }
    .nav_mid > li > .parent {
        background-position: 95% 50%;
    }
    .nav_mid li li .parent {
        background-image: url("../images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav_mid ul {
        display: block;
        width: 100%;
    }
   .nav_mid > li.hover > ul , .nav_mid li li.hover ul {
        position: static;
    }

}