﻿/* CSS FÜR TOPNAVI */
/* Root = Horizontal, Secondary = Vertical */

#navmenu 
{
    float:left;
    position:relative;
    width:900px;
    text-align:left;
    padding:16px 0 14px 0;
    z-index:10;
    }

*html #navmenu 
{ width:1000px; }

ul#navmenu-h {
  border: 0 none;
  padding: 0;
  list-style: none;
  text-align:left;
  display:table !important;
  margin: 0 auto;
}


ul#navmenu-h li 
{
  display:inline; 
  float:left; 
  width:auto; 
  margin:0 3px; 
  border: 0 none;
  padding: 0;
  list-style: none;
  position: relative;
  height: 12px;
  display: table-cell !important;
}


ul#navmenu-h ul {
  margin: 0;
  border: 0;
  padding: 18px 0 0 0;
  width: 190px;
  list-style: none;
  display: none;
  position: absolute;
  top: 21px;
  left: 0;
  z-index:10;
  background: url(bg/nav_bg.png) no-repeat;
}


ul#navmenu-h ul:after /*From IE 7 lack of compliance*/{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

ul#navmenu-h ul li 
{
  margin: 0;
  border: 0;
  padding: 0 0 1px 0;
  width: 190px;
  float: left; /*For IE 7 lack of compliance*/
  display: block !important;
  display: inline; /*For IE*/
  height:28px;
}


ul#navmenu-h ul li.li_arrow {
    background: url(arrow04.png) no-repeat;
    height:7px;
}

/* Root Menu */
ul#navmenu-h a 
{
  padding:3px 0 4px 8px; 
  background:#fff; 
  color:#554608; 
  text-decoration:none;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

ul#navmenu-h a span{ padding:4px 12px 4px 4px; background:#fff; }
ul#navmenu-h a:hover span,
ul#navmenu-h a.act span{ background:url(bg/tabR.png) no-repeat right center; }

ul#navmenu-h a.act
{
  background:url(bg/tabL.png) no-repeat left center; 
  color:#fff;
}

/* Root Menu Hover Persistence */
ul#navmenu-h a:hover,
ul#navmenu-h li:hover a,
ul#navmenu-h li.iehover a 
{
  background:url(bg/tabL.png) no-repeat left center; 
  color:#fff;
}
ul#navmenu-h a:hover span{ background:url(bg/tabR.png) no-repeat right center; }
ul#navmenu-h li:hover span{ background:url(bg/tabR.png) no-repeat right center; }
ul#navmenu-h li.iehover span{ background:url(bg/tabR.png) no-repeat right center; }

/* 2nd Menu */
ul#navmenu-h li:hover li a,
ul#navmenu-h li.iehover li a 
{
  background: url(bg/nav_bg2.png) repeat-y;
  float: none;
  text-transform:none;
  border:0px;
  text-align:left;
  padding: 0px 0 0 12px;
  margin:0px;
  color:#554608;
  letter-spacing:normal;
  line-height:28px;
}
*html ul#navmenu-h li:hover li a { }
*html ul#navmenu-h li.iehover li a { }

/* 2nd Menu Hover Persistence */
ul#navmenu-h li:hover li a:hover,
ul#navmenu-h li:hover li:hover a,
ul#navmenu-h li.iehover li a:hover,
ul#navmenu-h li.iehover li.iehover a {
  background: #a39455;
  color: #ffffff;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu-h li:hover ul ul,
ul#navmenu-h li:hover ul ul ul,
ul#navmenu-h li.iehover ul ul,
ul#navmenu-h li.iehover ul ul ul {
  display: none;
}

ul#navmenu-h li:hover ul,
ul#navmenu-h ul li:hover ul,
ul#navmenu-h ul ul li:hover ul,
ul#navmenu-h li.iehover ul,
ul#navmenu-h ul li.iehover ul,
ul#navmenu-h ul ul li.iehover ul {
  display: block;
}
/* CSS FÜR TOPNAVI */