/* ======================================================
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/flyout_4level.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.
========================================================= */

div#navigation {
  background: #fff;
  color: #5f5f5f;
  font-size: 75%;
  line-height: 1.0em;
  margin: 0 auto;
  padding: 0;
  width: 980px;
}


div#navigation ul {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 0;
  position: relative;
  width: 980px;
}

div#navigation li {
  background-color: transparent;
  float: left;
}


div#navigation a,
div#navigation a.aktiv,
div#navigation strong {
  background: #fff;
  color: #5f5f5f;
  display: block;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  margin: 0 1px 0 0;
  padding: 0.8em 0;
  text-align: center;
  text-decoration: none;
  text-transform: lowercase;
  width: 139px;
}

div#navigation a:hover,
div#navigation a:active,
div#navigation a:focus,
div#navigation li strong,
div#navigation a.aktiv {
  color: #3d57b6;
  background: #fff url(images/menueh.gif) no-repeat 50% 50%;
  font-weight: 700;
  font-style: normal;
  font-variant: normal;
  text-decoration: none;
  text-transform: lowercase;
}

div#navigation li strong,
div#navigation a.aktiv {
  color: #000;
  background: #eee url(images/menue.gif) no-repeat 50% 50%;
}