.header_menu
{
    float:left;
    background:black;
    height: 60px;
    position: relative;
    width: fit-content;
}

.header_inner_menu
{
        max-width: 1185px;
    min-width: 980px;
   
    margin: 0 auto;
    background: transparent;
}
.header_menu >.header_inner_menu >ul
{
  display:flex;
  gap:25px;
   list-style: none;
   float: left;
   width: auto;
   text-align: left;
  padding-left: 0;
}

.header_menu >.header_inner_menu>ul> li
{
    display: inline-table;
    line-height: 60px;
    height: 60px;
    /* border-right: 1px solid #fff; */
}
.header_menu >.header_inner_menu>ul> li.li_one
{
    background-image: url(../images/li_one.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    padding-top: 12px;
    
}

.header_menu >.header_inner_menu>ul> li.li_eight
{
    background-image: url(../images/li_one.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    padding-top: 12px;
    
}
.header_menu >.header_inner_menu> ul> li.li_eight> a
{
    margin-left: 14px;
}
.header_menu >ul> li.li_two
{
    background-image: url(../images/li_two.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    padding-top: 15px;
    /* padding-bottom:5px; */
}
.header_menu >ul> li.li_three
{
    background-image: url(../images/li_three.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    padding-top: 14px;
}
.header_menu >ul> li.li_four
{
    background-image: url(../images/li_four.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    padding-top: 29px;
}
.header_menu >ul> li.li_five
{
    background-image: url(../images/li_five.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    padding-top: 22px;
}
.header_menu >ul> li.li_sex
{
    background-image: url(../images/li_sex.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    padding-top: 18px;
}
.header_menu >ul> li.li_seven
{
    /*background-image: url(../images/li_seven.png);*/
    background-repeat: no-repeat;
    background-position: right 2px;
    padding-top: 11px;
     padding-right: 10px!important;
}

.header_menu> .header_inner_menu>ul >li> a
{
  color:#FFDB6A;
  text-decoration: none;
  /* font:normal 16px Times New Roman; */
  line-height: 60px;
  height: 60px;
  display: block;
  text-transform: uppercase;
}

* html .header_menu .header_inner_menu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.header_menu >ul> li >a.active,.header_menu >ul >li> a:hover
{
    /*color:#484848;*/
}

.header_menu .header_inner_menu ul li ul{ 
position: absolute;
left: 0px; 
padding-top:9px;
padding-bottom:9px;
padding-left: 0;
/* text-align: center; */
margin:0;
display: block;
visibility: hidden;
z-index:9999;
top:60px !important; 
width: 214px !important;
list-style: none;
border-bottom-right-radius: 7px;
-webkit-border-bottom-right-radius:7px;
-moz-border-bottom-right-radius:7px;
border-bottom-left-radius: 7px;
-webkit-border-bottom-left-radius:7px;
-moz-border-bottom-left-radius:7px;
background-color:rgba(0,0,0,0.7);
overflow: inherit!important;
}
.header_menu .header_inner_menu ul li ul li{ 
padding-left:17px;
padding-right:17px;
}
.header_menu .header_inner_menu ul li ul li ul{ 
top:0px !important; 
margin-left: 32px;
}

.header_menu .header_inner_menu ul li ul li{
clear:left;
width: 180px;
border:none;
display: list-item; 	
margin: 0;
z-index:3000;
float:left;
}
.header_menu .header_inner_menu ul li ul li a{
/* width: 455px; */ /*width of sub menus*/
outline:none;
float:left;
width:auto;
text-decoration:none;
margin:8px 0 0 0;
width: 180px;
height:auto;
color:#fff;
/* text-align: center; */
font-size: 14px;
line-height: 22px;
/* font:normal 14px Times New Roman; */
background-image: none;
text-transform: uppercase;
padding: 0 0 8px  0 !important;
/* background-image:url(../images/li_bot.png); */
background-repeat: no-repeat;
background-position: center bottom;
}
.header_menu .header_inner_menu ul li ul li a:hover{
color: #fff;


}


/* *********************************************** */ 
.downarrowclass{
position: absolute;
top: 14px;
right: 17px;
}

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