@charset "UTF-8";

#menutop {
  margin-top: 20px;
}

#menutop {
  width: 940px;
  float: left;
  margin: 35px 0 0 0;
  padding: 0;
}

#menutop ul.level2 {
  width: 940px;
  list-style: none;
  border-bottom: 2px solid #000000;
  z-index: 1;
}

#menutop ul.level2 li a {
  height: 25px;
  border-bottom: 2px solid #000000;
  border-right: none;
  border-left: none;
  float: left;
}

#menutop ul.level2 li.active a,#menutop ul.level2 li.trail a {
  border-bottom: 2px solid #EB0104;
  border-right: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

#menutop ul.level2 li {
  float: left;
  padding: 0 20px 0 0px;
  position: relative;
  bottom: -2px;
}

#menutop ul.level3 {
  width: 180px;
  padding-bottom: 5px;
  position: absolute;
  list-style: square;
  list-style-position: inside;
  clear: both;
  top: 35px;
  left: 0;
  height: auto;
  border-bottom: none;
  /*background-image:url("img/menubck.png");
  background-repeat:repeat;*/
  background-color: #ffffff;
  z-index: 3;
}

#menutop ul.level3 li {
  float: none;
  border: none;
  margin: 0 10px 0 8px;
}

#menutop ul.level3 li a {
  height: auto;
  border: none;
  float: none;
  z-index: 4;
}

#menutop ul.level2 li ul {
  display: none;
}

/*#menutop ul.level2 li.active ul, #menutop ul.level2 li.trail ul{
  display:block;
}*/
#menutop ul.level2 li.active ul li a,#menutop ul.level2 li.trail ul li a {
  border: none;
}

#login {
  float: right;
  margin-top: -25px;
}
