.container {
  width: 100%;
  background: url(../images/nav_bg.jpg);
}

#jMenu {
  display: table;
  margin: auto;
  width: 1200px;
  height: 75px;
}


@media screen and (max-width: 1199px) {

  #jMenu{
    display: none;
  }
}



#jMenu .on{
  background: #0083bc;
}
#jMenu .on a{
  color: #ffffff;
}
/********************/
/** premier niveau **/
/********************/
#jMenu>li {
  display: table-cell;;
  /*background-color: #322f32;*/
  margin: 0;
/ / float: left;
background: url(../images/nav_line.jpg) no-repeat right center;
}

#jMenu li:hover{
  background: #0083bc;
}
#jMenu li:hover a{
  color: #ffffff;
}

#jMenu li a {
  padding: 20px;
  display: block;
  background-color: transparent;
  color: #171717;
  text-transform: uppercase;
  cursor: pointer;
  font-size: 1.6rem;
  text-align: center;
}

/*******************/
/** second niveau **/
/*******************/
#jMenu li ul {
  display: none;
  position: absolute;
  padding: 0;
  margin: 0;
  z-index: 9999;
}

#jMenu li ul li {
  background-color: #0083bc;
  display: block;
  border-bottom: 1px solid #ffffff;
  padding: 0;
  position: relative;
}

#jMenu li ul li .child{
  position: absolute;
  padding: 0;
  margin: 0;
  left: 156px;
  top: 0;
  width: 156px;
}

#jMenu li ul li.arrow {
  background: #0083bc url('/templets/kangna/images/arrow_down.png') no-repeat center center;
  height: 6px;
  padding: 0;
  /*border-bottom: none;*/
  padding-bottom: 10px;
  width: 156px;

}

#jMenu li ul li a {
  font-size: 11px;
  text-transform: none;
  padding: 7px;
  display: block;
  color: #ffffff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

#jMenu li ul li a.isParent {
  background: #0083bc url('/templets/kangna/images/arrow_right.png') no-repeat right center;
}

#jMenu li ul li a:hover {
  background-color: #514c52;
  border-top: 1px solid #322f32;
  border-bottom: 1px solid #322f32;
}


