@media screen, projection {

/************ PMENU */

div.pmenu {
  float: left;
}

div.search
{
  float: right;
  position:relative;
}

div.pmenu div.arrow {
  float:left;
  margin: 0 10px;
  padding: 9px 0 0 0;
}

div.search div.level1 {
  font-weight: bold;
  float: left;
  line-height: 29px;
  color: #fff;
  text-transform:uppercase;
}

div.search div.level1 {
  padding: 0 0 0 20px;
  width:190px;
}

div.search div.current {
  background: none;
}


div.pmenu div.trenner,
div.search div.trenner {
  background:none;
  width:2px;
  height:29px;
  float:left;
}

/************ SUBNAV LEVEL 2 */


div.nav_level2 {
  border-bottom:1px solid #d5d5d5;
  line-height: 30px;
}

div.current {
  background: #e8e8e8;
}

div.nav_level2 a {
  font-weight: bold;
  color: #000;
  text-decoration: none;
  display: block;
  padding: 0 0 0 27px;
  background:none;
}

div.nav_level2 a:hover {
  color: #09A77F;
  text-decoration: none;
}

div.current a {
  color: #009669;
  background: none no-repeat 10px center;
}


/************ SUBNAV LEVEL 3 not in use */

div.nav_level3 {
  margin-left:-18px;
  border-top:1px solid #d5d5d5;
  margin-top:1px;
  background: none;
  padding: 0 0 3px 18px;
  line-height: 20px;
}
div.nav_level3 a {
  background: none;
  padding: 0 0 0 10px;
  line-height:25px;
  font-size: 11px;
  font-weight: normal;
  text-decoration: none;
  display: block;
  color: #4B4B4B;
}
div.nav_level3 a:hover {
  color: #02ACE9;
  text-decoration: none;
}
div.nav_level3 a.current, div.nav_level3 a.cursub {
  font-weight: bold;
  color: #02AEF0;
}
div.nav_level3 a.last {
  padding-bottom: 8px;
}


}
