/********************* HAUPTMENUE **********************/

#men_rot, #men_gruen, #men_blau, #men_grau {
	float: left;
   display: inline;
   height: 1.667em; /*20px;*/
   width: 19.000em; /*228px;*/
   color: #FFF;
   font-weight: bold;
   font-size: 0.750em;
   line-height: 1.4;
   text-align: center;
   margin-right: 23px;
}
#men_grau { width: 18.167em; }
#men_blau { margin-right:0 !important; }

*html #men_rot, *html #men_gruen, *html #men_blau, *html #men_grau { height: 1.833em; /*22px;*/ width: 19.167em; /*230px;*/ }
*html #men_grau { width: 18.333em; }

#men_rot {
	background: #EE3338;
   border: 1px solid #BD302F;
}

#men_gruen {
	background: #82C34E;
   border: 1px solid #6CA33F;
}

#men_blau {
	background: #449CD5;
   border: 1px solid #3B82B1;
}

#men_grau {
	background: #C6C6C8;
   border: 1px solid #7C7E80;
   margin-right: 24px;
}

*html #men_grau { margin-right: 24px; }

#men_rot a, #men_gruen a, #men_blau a, #men_grau a {
	float: left;
	width: 19.000em; /*228px;*/
   height: 1.667em; /*20px;*/
   color: #FFF;
   text-decoration: none;
}

#men_rot a:hover, #men_gruen a:hover, #men_blau a:hover, #men_grau a:hover {
	float: left;
	width: 19.000em; /*228px;*/
   height: 1.667em; /*20px;*/
   text-decoration: none;
}

#men_grau a, #men_grau a:hover { width: 18.167em; /*218px;*/ }

#men_rot a:hover { color: #FAC2C4; background:#F58588; }
#men_gruen a:hover { color: #DAEDCA; background:#B4DB95; }
#men_blau a:hover { color: #C7E2F3; background:#8FC4E6; }
#men_grau a:hover { color: #E3E3E4; background:#D4D4D6; }

/*******************************************************/


#menue ul { margin: 0; padding: 0; list-style-type: none; }
#menue li { display: block; float: left; width: 100%; }


#menue a {
  display: block;
  min-height: 1.667em;
  width: auto !important;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-size: 0.750em;
  font-weight: bold;
  line-height: 1.8;
  color: #FFF;
  margin-bottom: 1px;
}

*html #menue a { float: left; }

#menue .ul_level_2 a {
  color: #000;
  text-align: left;
  font-weight: normal;
  padding-left: 25px;
  margin-bottom: 0;
}

*html #menue .ul_level_2 a { float: left; }

#menue .ul_level_3 a {
  font-size: 0.688em;
  color: #353535;
  border-bottom: 1px solid #F58588;
}

*html #menue .ul_level_3 a { float: left; }