/*---topmenu--------------------------------*/
#navigation{
  position:relative;
  z-index: 50;
  border:  0px;
  margin:  0px;
  padding: 0px;
  padding-top: 18px;
}

.dropdown {
  border: 0px;
  margin: 0px;
  padding: 0px;
}

.mmenu{
  border: 0px;
  margin: 0px;
  margin-right: 25px;
  padding:0px;
  position: relative;
  z-index: 10;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-family: Arial,sans-serif;
  list-style-type: none;
  text-decoration: none;
  text-transform: uppercase;
  background-image: url(abstandhalter.gif);
  background-repeat: repeat;
}

.mmenu:hover{ color: #fff; text-decoration: underline;}

.sitemenu {
  border: 0px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 15px;
  position: relative;
  z-index: 10;
  float: left;
  list-style-type: none;
  font-size: 12px;
  font-family: Arial,sans-serif;
  background-image: url(abstandhalter.gif);
  background-repeat: repeat;
}

/*Untermenü*/
.menu {
  border: 0px solid fuchsia;
  position: absolute;
  top:22px; /*--IE6--*/
  left: -5000px;
  z-index: 2000;
  margin: 0px;
  margin-top:9px;
  margin-left: -30px;
  padding: 0px;
  font-size: 12px;
  list-style-type: none;
  color: #000000;
  background-color: #888;
  background-image: url(abstandhalter.gif);
  background-repeat: repeat;
}
/*---FF und IE7---*/
html>body .menu{ margin-top:8px;  top:23px;}

.menu a{display: inline; font-weight: normal;}

.dropdown li:hover .menu{left: 8px; list-style-type: none;}

.cellmenu {
  border: 0px;
  display: block;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-position:outside;
  font-size: 12px;
  text-align:left;
  text-indent: 22px;
  white-space: nowrap;
  background-image: url(abstandhalter.gif);
  background-repeat: repeat;
}

.cellmenu a {
  border-top: 1px solid #fefefe;
  display:block;
  height: 25px;
  width: 250px;
  color: #fefefe;
  font-size:12px;
  font-weight: normal;
  font-family: Arial,sans-serif;
  line-height: 210%;
  text-decoration: none;
  background-image: url(abstandhalter.gif);
  background-repeat: repeat;
}

.cellmenu a:hover, .cellmenu a:focus {text-decoration:none;  color: #000;  background-color: #fefefe;}

/*------------------------------------------*/
/*---customer-login 'n' search--------------*/
/*------------------------------------------*/