.menu{
	width:100%;
	position:relative;
	top:0px;
	background:url(../images/menubg.jpg);
}
.toggleMenu {
    display:  none;
    background:#717070 url(../images/menu_a.png) no-repeat center;
    padding: 0px 15px;
    color: #fff;
	width:40px;
	height:66px;
	float:right;
}
.toggleMenu:hover{
	background:#d72929 url(../images/menu_a.png) no-repeat center;
}
.active2{
	background:#fff; color:#b47e19 !important;
}
.nav {
    list-style: none;
     *zoom: 1;	 
}
.nav:before,
.nav:after {
    content: ""; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 14em;
}

.nav a:hover{ 
	color:#fff;
	background-color:#d72929;
	padding:0 19px;
}
.nav a {    
	padding-right:14px;
    color:#fff;
	padding:0 19px;	
}
.nav li {
    position: relative;
	margin:0 0 0 0;
	padding:0 12px;
	line-height:86px;
	height:86px;
}
.nav > li {
	font-family: 'bebas';
	font-weight:normal;
    float: left;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
	font-size:16px;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
	background:#dadada;
	top:36px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
	
}
.nav li li{
	border-bottom:1px solid #fff;
	background:#55ab16;
}
.nav li li:last-child {
	border-bottom:none;
}
.nav li li a {
    display: block;
    position: relative;
    z-index:100;
    border-top: 0px solid #175e4c;	
	border-right:0px;
	font-weight:bold;
	color:#fff;	
}

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

@media screen and (min-width: 768px) and (max-width: 1024px) {
.heder_inner_box {
	width:100%;
	margin:0 auto;
}
.head {
	background:#717070;
	width:100%;
	border-top:solid 5px #d72929;
	height:86px;
}
.nav_box {
	float: left;
	height: auto;
	width: auto;
	margin:0 0 0 28px;
}
.nav ul {
    list-style: none;
}
.nav {
	width:auto;
	height:auto;
}
.nav a:hover{ 
	color:#fff;
	background-color:#d72929;
	padding:0 5%;
}
.nav a {    
	padding-right:14px;
    color:#fff;
	padding:0 1%;	
}
.nav li{
	width:auto;
	height:auto;
	float:left;
}
.nav {
    list-style: none;
     *zoom: 1;	 
}
.nav:before,
.nav:after {
    content: ""; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: auto;
}

.nav a:hover{ 
	color:#fff;
	background-color:#d72929;
	padding:0 1%;
}
}
/*@media screen and (min-width: 768px) and (max-width: 959px) {
.heder_inner_box {
	width:100%;
	margin:0 auto;
}
.head {
	background:#717070;
	width:100%;
	border-top:solid 5px #d72929;
	height:86px;
}
.nav_box {
	float: left;
	height: auto;
	width: auto;
	margin:0 0 0 28px;
}
.nav li ul{
	top:34px;
}
.nav a{
	padding:0 1%;
	font-size:11px;
}

}
*/@media screen and (max-width: 767px) {
.nav{
	float:right;
	width:99%;
}
.active {
    display: block;
}
.center_top, .center, .center2, .center3{
	width:100%;
}
.toggleMenu{
	height:55px;
}
.active2{
	background:none;
	color:#fff !important;
}
.nav > li {
	float: none;
	background:#717070;
	border-bottom:1px solid #ccc;
	z-index:999;
	height:40px;
	line-height:40px;
}

.nav > li:last-child {
	border-bottom: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;
}
.nav a{
	padding:0 0 0 20px;
	border-right:0px;
	color:#fff;
}
.nav li{
	margin:0px;
}
.nav a:hover{
	color:#fff;
}
.nav li li:hover a {
	color:#000;
}
.nav li li a {
	border-top:0px solid #e3e3e3;
	border-bottom:0px;
	color:#fff;
}
.nav li ul{
	background:none;
}
.nav li li{
	border-bottom:1px solid #fff;
	background:#55ab16;

}
.botm{
	border-bottom:0px !important;
}
.nav li{
	padding:0px;
}

}
@media screen and (min-width: 240px) and (max-width: 319px) {
.toggleMenu {
    height: 56px !important;
    width: 30px !important;
}
/***************************
side menu
***************************/
.toggleMenu_side {
    height: 56px !important;
    width: 30px !important;
}
}