.navhor{
width: 1000px;
height: 33px;
margin: 0 auto;
}
.menu_banner{
width: 1000px;
height: 33px;
background: #ae0000;
margin: 0 auto;
}
.navhor ul{
z-index:100;
margin: 0;
float: left;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.navhor ul li{
position: relative;
display: inline;
float: left;
margin-right: 3px;
height: 37px;
margin-left: 3px;
}
.navhor ul li a:hover{
color: #d99d00!important;
}
.navhor ul li:first-child a{
}
/*Top level menu link items style*/
.navhor ul li a{
display: block;
padding: 0px 10px;
color: #fcf67a;
text-decoration: none;
height: 33px;
}
.navhor ul li a h2{font-size: 14px;}
* html .navhor ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.navhor ul li a:link, .navhor ul li a:visited{
line-height: 33px;
padding-left: 10px;
padding-right: 10px!important;
color: #fcf67a;
height: 33px;
font-weight: bold;
font-size: 12px;
/* font-family: verdana; */
}
.navhor ul li ul li:first-child a{
color:#fcf67a!important;
}
.navhor ul li:first-child a:hover{
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 -o-transition: all 0.5s ease;
}
.navhor ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
height: 33px;
}
/*1st sub level menu*/
.navhor ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
box-shadow: none!important;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.navhor ul li ul li{
margin-left: 1px;
display: list-item;
font-size: 8px;
width: 230px;
float: none;
border-bottom: 1px white solid;
height: 31px;
background: #252525;
border-radius: 0px;
}
.navhor ul li ul li:first-child {
margin-left: 1px;
display: list-item;
font-size: 8px;
width: 230px;
float: none;
border-bottom: 1px white solid;
height: 31px;
background: #252525;
border-radius: 0px;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.navhor ul li ul li ul{
top: 0;
}
/* Sub level menu links style */
.navhor ul li ul li a:link{
width: 210px; /*width of sub menus*/
margin: 0;
text-transform: none;
border-top-width: 0;
border-bottom: 0px solid gray;
line-height:31px;
height: 31px;
}
/* Holly Hack for IE \*/
* html .navhor{height: 1%;} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */
.downarrowclass{
display:none;
}
.rightarrowclass{
display:none;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{ /*shadow for NON CSS3 capable browsers*/
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}
.toplevelshadow{ /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
opacity: 0.8;
}


@media all and (max-width: 768px), 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) {
  #smoothmenu1 {
    width: 100%;
  }
  #smoothmenu1 ul {
    width: 100%;
    display: none;
        background-color: #6a1614;
    z-index: 999999;
    position: absolute;
        overflow: hidden;
/*        overflow-y: scroll;
    max-height: 1500px;*/
  }
  #smoothmenu1.align-center > ul,
  #smoothmenu1.align-right ul ul {
    text-align: left;
  }
  #smoothmenu1 ul li,
  #smoothmenu1 ul ul li,
  #smoothmenu1 ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #smoothmenu1 ul li a,
  #smoothmenu1 ul ul li a {
    width: 100%;
  }
  #smoothmenu1 > ul > li,
  #smoothmenu1.align-center > ul > li,
  #smoothmenu1.align-right > ul > li {
    float: none;
   display: grid;
  }
  #smoothmenu1 ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #fcf67a!important;padding-left: 40px!important;
    background: none;
  }
  #smoothmenu1 ul ul li:hover > a,
  #smoothmenu1 ul ul li a:hover {
    color: #000000;
  }
  #smoothmenu1 ul ul ul li a {
    padding-left: 40px;
  }
  #smoothmenu1 ul ul,
  #smoothmenu1 ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #smoothmenu1 > ul > li.has-sub > a::after,
  #smoothmenu1 ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #smoothmenu1 #menu-button {
    display: block;
    padding: 20px;
    color: #000000;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #smoothmenu1 #menu-button::after {
   content: '';
    position: absolute;
    top: 64px;
    right: 20px;
    display: block;
    width: 20px;
    height: 2.5px;
    background: #fff;
  }
  #smoothmenu1 #menu-button::before {
content: '';
    position: absolute;
    top: 51px;
    right: 20px;
    display: block;
    width: 20px;
    height: 3px;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  #smoothmenu1 .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 35px;
    width: 50px;
    cursor: pointer;
  }
  #smoothmenu1 .submenu-button::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 16px;
    display: block;
    width: 2px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #smoothmenu1 .submenu-button::before {
      content: '';
    position: absolute;
    left: 11px;
    top: 12px;
    display: block;
    width: 12px;
    height: 2px;
    background: #fff;
    z-index: 99;
  }
    #smoothmenu1 li.li_chon .submenu-button::after {
  
    background: #000;
  }
  #smoothmenu1 li.li_chon .submenu-button::before {
    background: #000;
  }
  #smoothmenu1 .submenu-button.submenu-opened:after {
    display: none;
  }
  #smoothmenu1 > ul > li > a{
    border-right: none;
  }
  #smoothmenu1 ul li ul{
    width: 100%!important;
  }

  #smoothmenu1 ul li ul li a{
    padding: 5px 10px 5px 10px;
  }
  .navhor ul li ul li:first-child{
    background: #400e0ebf;
  }
  .navhor ul li ul li {
    background: #400e0ebf;
    display: none;
}
  .navhor ul li.li_chon ul li a{
    color: #fcf67a!important;
  }


}