
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  z-index: 99999;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
.nav_holder{
	background: -webkit-linear-gradient(#f04a4a, #dd1a1a); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#f04a4a, #dd1a1a); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#f04a4a, #dd1a1a); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#f04a4a, #dd1a1a); /* Standard syntax */
	border-radius: 4px;
}
#cssmenu {
  float:left;
}
#cssmenu > ul > li {
  float: left;
  width: 33.333%;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
.sec_menu a {
    padding: 14px 15% !important;
}
#cssmenu > ul > li > a:hover {
	background:url(../images/nav_bg_hover.png) top left repeat-x;
}
#cssmenu > ul > li > a {
  padding: 14px 25%;
  font-size: 14px;
  text-decoration: none;
  text-shadow: 0 0 2px #878787;
	-webkit-text-shadow: 0 0 2px #878787;
	-ms-text-shadow: 0 0 2px #878787;
  color: #fff;
  background:url(../images/nav_bg.png) top left repeat-x;
  border-right:5px solid;
	-webkit-border-image:url(../images/nav_border.png) 3 3 3 3 round; /* Safari 5 */
	-o-border-image:url(../images/nav_border.png) 3 3 3 3 round; /* Opera 10.5-12.1 */
	border-image:url(../images/nav_border.png) 3 3 3 3 round;
}
#cssmenu > ul > li:hover > a {
  color: #ffffff;
}
.cssmenu > ul > li > a:hover {
	background:url(../images/nav_bg_hover.png) top left repeat-x;
}
.spe-nav1 li a.active, .spe-nav li a.active {
	background:url(../images/nav_bg_hover.png) top left repeat-x;
}
.cssmenu > ul > li > a {
  padding: 14px 0 !important;
  font-size: 14px;
  text-align: center !important;
  text-decoration: none;
  text-shadow: 0 0 2px #878787;
	-webkit-text-shadow: 0 0 2px #878787;
	-ms-text-shadow: 0 0 2px #878787;
  color: #fff;
  background:url(../images/nav_bg.png) top left repeat-x;
  border-right:5px solid !important;
	-webkit-border-image:url(../images/nav_border.png) 3 3 3 3 round !important; /* Safari 5 */
	-o-border-image:url(../images/nav_border.png) 3 3 3 3 round !important; /* Opera 10.5-12.1 */
	border-image:url(../images/nav_border.png) 3 3 3 3 round !important;
}
.cssmenu > ul > li:hover > a {
  color: #ffffff;
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu li:hover > ul > li {
  height:auto;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
.cssmenu.first_menu {
    width: 40%;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li.odd a{
	background: #f8f8f8;
}
#cssmenu ul ul li li.even1 a {
    background: #f1f1f1 !important;
}
#cssmenu ul ul li li.even1 a:hover {
    background: -webkit-linear-gradient(#d91212, #7c1818) !important; /* Chrome 10+, Saf5.1+ */
	background: -o-linear-gradient(#d91212, #7c1818) !important; /* FF3.6+ */
	background: -moz-linear-gradient(#d91212, #7c1818) !important; /* Opera 11.10+ */
	background: linear-gradient(#d91212, #7c1818) !important; /* W3C */
}
#cssmenu ul ul li a {
  font-family: 'MyriadPro-Regular';
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 14px 15px;
  width: 222px;
  font-size: 14px;
  text-transform:uppercase;
  text-decoration: none;
  color: #666666;
  font-weight: 400;
  background: #f1f1f1;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
	background: -webkit-linear-gradient(#f8b846, #f8bb49) !important; /* Chrome 10+, Saf5.1+ */
	background: -o-linear-gradient(#f5b53e, #f6b640) !important; /* FF3.6+ */
	background: -moz-linear-gradient(#edba5a, #f4b94c) !important; /* Opera 11.10+ */
	background: linear-gradient(#f3b33c, #f3b33c) !important; /* W3C */
  
}
#cssmenu ul ul li a.active {
  color: #ffffff !important;
  border-radius:0 !important;
  background: -webkit-linear-gradient(#f8b846, #f8bb49) !important; /* Chrome 10+, Saf5.1+ */
  background: -o-linear-gradient(#f5b53e, #f6b640) !important; /* FF3.6+ */
  background: -moz-linear-gradient(#edba5a, #f4b94c) !important; /* Opera 11.10+ */
  background: linear-gradient(#f3b33c, #f3b33c) !important; /* W3C */
  
}
#cssmenu ul ul li.even1 a.active {
  color: #ffffff !important;
  border-radius:0 !important;
	background: -webkit-linear-gradient(#d91212, #7c1818) !important; /* Chrome 10+, Saf5.1+ */
	background: -o-linear-gradient(#d91212, #7c1818) !important; /* FF3.6+ */
	background: -moz-linear-gradient(#d91212, #7c1818) !important; /* Opera 11.10+ */
	background: linear-gradient(#d91212, #7c1818) !important; /* W3C */
  
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
}
#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
.cssmenu li {
    float: left;
    list-style: outside none none;
}
.cssmenu ul{
	padding: 0;
	margin:0;
}
.cssmenu {
    padding: 0 !important;
}

.cssmenu, .cssmenu ul, .cssmenu ul li, .cssmenu ul li a, .cssmenu #menu-button {
    border: 0 none;
    box-sizing: border-box;
    display: block;
    line-height: 1;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99999;
}
.cssmenu > ul > li {
    float: left;
    width: 46.333%;
}
@media all and (max-width: 991px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#cssmenu ul ul li a{
		padding:16px 15px;
	}
	#cssmenu > ul > li > a{
		background-image:none;
	}
	#cssmenu ul li a:hover, .active {
    background:url(../images/nav_bg.png) top left repeat-x !important;
}
	#cssmenu ul ul li.odd a{
		background:rgba(0, 0, 0, 0) none repeat scroll 0 0;
	}
	#cssmenu ul ul li li.even1 a{
		background:rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
	}
  #cssmenu {
    width: 100%;
  }
  .open {
    padding: 0 46px !important;
}
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid rgba(120, 120, 120, 0.2);
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .menu{
	  padding: 16px 17px;
	background:url(../images/nav_bg.png) top left repeat;
  }
  #cssmenu #menu-button:after {
    position: absolute;
    top: 33px;
    right: 42px;
    display: block;
    height: 8px;
    width: 25px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
  }
  #cssmenu #menu-button:before {
    position: absolute;
    top: 28px;
    right: 42px;
    display: block;
    height: 2px;
    width: 25px;
    background: #fff;
    content: '';
  }
  #cssmenu #menu-button.menu-opened:after {
    top: 32px;
    border: 0;
    height: 2px;
    width: 20px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 32px;
    background: #ffffff;
    width: 20px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 999999;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 46px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }

  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
}
