#smoothmenu1 {
    width: 1000px;
    margin: 0px auto;
}

.ddsmoothmenu {
    padding-left: 14px;
    width: 100%;
}

.ddsmoothmenu ul {
    z-index: 100;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li {
    position: relative;
    display: inline;
    float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
    display: block;
    /*background: #414141; /*background of menu items (default state)*/
    color: white;
    line-height: 31px;
    /*border-right: 1px solid #778;*/
    color: #2d2b2b;
    text-decoration: none;
    padding: 0px 17px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: segoeui;
}

* html .ddsmoothmenu ul li a {
    /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    color: #09285a;
}

.ddsmoothmenu ul li a.selected {
    /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    /*background: #01865a; */
    color: white;
}

.ddsmoothmenu ul li a:hover {
    background: url("../images/bacgroundMenuTopHover.png") repeat-x;; /*background of menu items during onmouseover (hover state)*/
    color: #09285A;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
    position: absolute;
    left: 0;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li {
    display: list-item;
    float: none;
    background: url("../images/bacgroundMenuTop.png") repeat-x;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
    top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a {
    font: normal 13px Verdana;
    width: 160px; /*width of sub menus*/
    padding: 5px;
    margin: 0;
    border-top-width: 0;
    /*border-bottom: 1px solid gray;*/
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu {
    height: 1%;
}

/*Holly Hack for IE7 and below*/

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
    position: absolute;
    top: 12px;
    right: 7px;
}

.rightarrowclass {
    position: absolute;
    top: 6px;
    right: 5px;
}

/* ######### 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%;padding-left: 0;
  }
  #menu {
    height: auto;
    background-color: #ececec;
    background-size: cover;
}
  #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;
  }
  .ddsmoothmenu ul li.images{
    display: none!important;
  }
  .ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    color: #fff;
}
  #smoothmenu1 #menu-button {
    display: block;position: relative;
    padding: 15px 20px;
    color: #000000;    background-color: #ececec;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #smoothmenu1 #menu-button::after {
   content: '';
    position: absolute;
    top: 20px;
    left: 20px;
    display: block;
    width: 20px;
    height: 2.5px;
    background: #09244f;
  }
  #smoothmenu1 #menu-button::before {
content: '';
    position: absolute;
    top: 7px;
    left: 20px;
    display: block;
    width: 20px;
    height: 3px;
    border-top: 3px solid #09244f;
    border-bottom: 3px solid #09244f;
  }
  #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;
  }


}