/* ================================================================
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_submenu.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any
way to fit your requirements.
=================================================================== */

.block { overflow:inherit; } 

.menu {
  height:26px;
  z-index: 6;
}

/* hack to correct IE5.5 faulty box model */
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
  padding:0;
  margin:0;
  list-style-type:none;
  z-index: 5;
}
.menu ul ul {width:179px;}
/* float the list to make it horizontal and a relative position so that you can control the submenudown menu position */
.menu li {
   float:left;
   width:133px;
   position:relative;
}

* html .menu li {  /* IE6 */
   width:125px;
   w\idth:125px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
  display:block;
  font-weight: bold;
  font-size:11px;
  text-decoration:none;
  color:#ffffff;
  width: 134px;
  height: 11px;
  min-height: 11px;
  line-height: 11px;
  background: #9D292A;
  border-top:1px solid #AC9293;
  border-bottom:1px solid #D3ABAC;
  border-left:1px solid #ACADAC;
  border-right:1px solid #ACADAC;
  text-indent:2px;
  z-index: 5;
}
.menu li.nav_Home, .menu a.nav_Home, .menu a.nav_Home:visited {
   width:136px;
}
.menu li.nav_Aktuelles, .menu a.nav_Aktuelles, .menu a.nav_Aktuelles:visited {
   width:135px;
}
.menu li.nav_Unternehmen, .menu a.nav_Unternehmen, .menu a.nav_Unternehmen:visited {
   width:136px;
}
.menu li.nav_Loesungen, .menu a.nav_Loesungen, .menu a.nav_Loesungen:visited {
   width:136px;
}
.menu li.nav_Branchen, .menu a.nav_Branchen, .menu a.nav_Branchen:visited {
   width:136px;
}
.menu li.nav_Referenzen, .menu a.nav_Referenzen, .menu a.nav_Referenzen:visited {
   width:136px;
}

/* IE6 */
* html .menu li.nav_Referenzen, * html .menu a.nav_Referenzen, * html .menu a.nav_Referenzen:visited {
   width:133px;
}
.menu li.nav_Kontakt, .menu a.nav_Kontakt, .menu a.nav_Kontakt:visited {
   width:136px;
}

#mainnavigation_row { background-color:#91292a; }

.mod_navigation  .active > a.menubutton, .mod_navigation .active > a.menubutton:visited,
.mod_navigation  .trail > a.menubutton, .mod_navigation .trail > a.menubutton:visited {
  background-image: url(images/header_tab_over.gif);
  color:#ffffff;
}

/* IE6 */
.mod_navigation  .active a.menubutton, .mod_navigation .active a.menubutton:visited,
.mod_navigation  .trail a.menubutton, .mod_navigation .trail a.menubutton:visited {
  background-image: url(images/header_tab_over.gif);
  color:#ffffff;
}

.mod_navigation .menubutton > a, .mod_navigation .menubutton > a:visited, .mod_navigation .menubutton > a:hover {
  height: 26px;
  min-height: 26px;
  line-height: 26px;
  border:1px solid #ADADAB;
  text-align: center;
  text-indent: 0px;
  z-index: 2;
}

/* IE6 */
.mod_navigation a.menubutton, .mod_navigation a.menubutton:visited, .mod_navigation a.menubutton:hover {
  height: 26px;
  min-height: 26px;
  line-height: 26px;
  border:1px solid #ADADAB;
  text-align: center;
  text-indent: 0px;
  z-index: 2;
  background-image: url(bilder/header_tab.jpg);
  background-repeat: repeat-x;
}

.mod_navigation .first > a, .mod_navigation .first > a:visited, .mod_navigation .first > a:hover,
.mod_navigation a.first, .mod_navigation a.first:visited, .mod_navigation a.first:hover  {
}
.mod_navigation .last > a, .mod_navigation .last > a:visited, .mod_navigation .last > a:hover,
.mod_navigation a.last, .mod_navigation a.last:visited, .mod_navigation a.last:hover  {
}
/* ff */
.mod_navigation > a, .mod_navigation > a:visited, .mod_navigation > a:hover,
.mod_navigation a, .mod_navigation a:visited, .mod_navigation a:hover  {
}

/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
  width:90px;
  w\idth:90px;
}
* html .menu a.menufield, * html .menu a.menufield:visited {  /* IE6 */
  text-align:left;
}

/* style the second level background */
.menu ul ul a.submenu, .menu ul ul a.submenu:visited {
  background-color:#9D292A;
  background-image: url(images/submenu.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}
/* style the second level hover */

.menu ul a.submenu:hover {
  background-color:#7a4b4c;
  background-image: url(bilder/header_tab.jpg);
  background-repeat: repeat-x;
}
.menu ul  :hover > a.submenu {
  background-color: #7a4b4c; /* stehenbleibend bei L2 und L3 */
  background-image: url(bilder/header_tab_over.jpg); /*  */
  background-repeat: repeat-x;
  color: #838383;
  color:#ffffff;
}
.menu ul  a.submenu:hover { /* IE6 */
  background-color: #7a4b4c; /* stehenbleibend bei L2 und L3 */
  background-image: url(bilder/header_tab_over.jpg); /*  */
  background-repeat: repeat-x;
  color:#ffffff;
}
.menu ul ul a.submenu:hover {
  background-color:#7a4b4c;
  background-image: url(images/submenu.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.menu ul ul :hover > a.submenu {
  background-color: #7a4b4c; /* stehenbleibend bei L3 */
  background-image: url(images/submenu.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.menu ul ul a.submenu:hover { /* IE6 */
  background-color: #7a4b4c; /* stehenbleibend bei L3 */
  background-image: url(images/submenu.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul.level_3 a.menufield:visited {
  background-color:#9D292A;
  background-image: none;
}
/* style the third level hover */
.menu ul ul ul.level_3 a.menufield:hover {
  background-color:#7a4b4c;
  background-image: none;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden;position:absolute;height:0;top:25px;left:0; width:150px; }
/* another hack for IE5.5 */
* html .menu ul ul {top:27px;t\op:28px;}

/* position the third level flyout menu */
.menu ul ul ul{left:147px; top:0px; width:108px;}

/* IE */
* html .menu ul ul ul{left:147px; top:-1px; width:128px;}

/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-128px;}

/* style the table so that it takes no part in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
  background:#9D292A;
  color:#ffffff;
  height:auto;
  line-height:1em;
  padding:5px 10px;
  width:157px;
  border-top:1px solid #AC9293;
  border-bottom:1px solid #D3ABAC;
  border-left:1px solid #ACADAC;
  border-right:1px solid #ACADAC;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {
  width:153px;
  w\idth:151px;
}
/* style the third level links */
.menu ul ul ul a, .menu ul ul ul a:visited {
  width:125px;
  border-left:1px solid #ACADAC;
}
/* yet another hack for IE5.5 */
* html .menu ul ul ul a, * html .menu ul ul ul a:visited {
  width:125px;
  w\idth:127px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover {
  color:#ffffff;
  background:#7a4b4c;
}
.menu :hover > a, .menu ul ul :hover > a {
}

.mod_navigation .menufield a:hover, .mod_navigation ul ul .menufield  a:hover {
  background-image: none;
}
.mod_navigation .menufield :hover > a, .mod_navigation ul ul .menufield :hover > a {
  background-image: none;
}

.mod_navigation .menubutton a:hover, .mod_navigation .menubutton ul ul a:hover,
.mod_navigation .menubutton a.active:hover,
.mod_navigation .menubutton a.trail:hover, .mod_navigation .menubutton ul ul a.trail:hover {
  background-image: url(bilder/header_tab_over.jpg);
  background-repeat: repeat-x;
  color:#ffffff;
}
.mod_navigation .menubutton :hover > a, .mod_navigation .menubutton ul ul :hover > a,
.mod_navigation .menubutton .active  :hover > a,
.mod_navigation .menubutton :hover > a.trail, .mod_navigation .menubutton ul ul :hover > a.trail {
  background-image: url(bilder/header_tab_over.jpg);
  background-repeat: repeat-x;;
}


.mod_navigation .menufield .submenu a:hover, .mod_navigation ul ul .submenu a:hover {
  background-image: url(images/submenu.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.mod_navigation .menufield .submenu :hover > a, .mod_navigation ul ul .menufield.submenu :hover > a {
  background-image: url(images/submenu.gif);
  background-position: bottom right;
  background-repeat: no-repeat;
}

.mod_navigation ul ul ul .menufield a:hover {
  background-image: none;
}
.mod_navigation  ul ul ul .menufield :hover > a {
  background-image: none;
}


/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden; }
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

.menuicon {
  padding:0px;
  margin:0px;
  height:17px;
  width:7px;
  border:0px;
  position:absolute;
  top:2px;
  left:2px;
}

